#9B0C7E

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

Shades of Dark Purple #9B0C7E

Tints of Dark Purple #9B0C7E

Color information

#9B0C7E (or 0x9B0C7E) is unknown color: approx Dark Purple. HEX triplet: 9B, 0C and 7E. RGB value is (155,12,126). Sum of RGB (Red+Green+Blue) = 155+12+126=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0C7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0C7E is #64F381. Grayscale: #434343. Windows color (decimal): -6615938 or 8260763. OLE color: 8260763.

HSL color Cylindrical-coordinate representation of color #9B0C7E: hue angle of 312.17º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B0C7E is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB15512126-
CMYK00.920.190.39
HSL312.17º85.63%32.75%-
HSV(B)312.17º92.26%60.78%-
XYZ17.418.7420.51-
YUV67.75160.88190.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.90%
GREEN value IS 12 (5.08% from 255) = 4.10%
BLUE value IS 126 (49.61% from 255) = 43.00%
R=52.90%
G=4.10%
B=43.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551212600.920.190.39312.1785.6332.75
Hex9BC7E05C13271385621
Octal233141760134234747012641
Binary100110111100111111001011100100111001111001110001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,12,126); }

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

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

 a { background-color: rgb(155,12,126); }

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

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

 span { border-color: rgb(155,12,126); }

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