#9B2675

Color #9B2675 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #9B2675

Tints of Dark Purple #9B2675

Color information

#9B2675 (or 0x9B2675) is unknown color: approx Dark Purple. HEX triplet: 9B, 26 and 75. RGB value is (155,38,117). Sum of RGB (Red+Green+Blue) = 155+38+117=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2675 is #64D98A. Grayscale: #515151. Windows color (decimal): -6609291 or 7677595. OLE color: 7677595.

HSL color Cylindrical-coordinate representation of color #9B2675: hue angle of 319.49º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B2675 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB15538117-
CMYK00.750.250.39
HSL319.49º60.62%37.84%-
HSV(B)319.49º75.48%60.78%-
XYZ17.429.6417.77-
YUV81.99147.76180.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 50%
GREEN value IS 38 (15.23% from 255) = 12.26%
BLUE value IS 117 (46.09% from 255) = 37.74%
R=50%
G=12.26%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553811700.750.250.39319.4960.6237.84
Hex9B267504B192713f3d26
Octal23346165011331474777546
Binary1001101110011011101010100101111001100111100111111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B2675; }

 p { color: rgb(155,38,117); }

 H1.HeaderClassName
 {
   color: #9B2675;
 }
 .AnyTagClassName
 {
   color: #9B2675;
 }
</style>
background-color css

<style>
 a { background-color: #9B2675; }

 a { background-color: rgb(155,38,117); }

 div.DivClassName
 {
   background-color: #9B2675;
 }
 .BgClassName
 {
   background-color: #9B2675;
 }
</style>
border-color css

<style>
 span { border-color: #9B2675; }

 span { border-color: rgb(155,38,117); }

 td.TdClassName
 {
   border-color: #9B2675;
 }
 .TagClassName
 {
   border-color: #9B2675;
 }
</style>