#9B0CCA

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

Shades of Dark Violet #9B0CCA

Tints of Dark Violet #9B0CCA

Color information

#9B0CCA (or 0x9B0CCA) is unknown color: approx Dark Violet. HEX triplet: 9B, 0C and CA. RGB value is (155,12,202). Sum of RGB (Red+Green+Blue) = 155+12+202=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B0CCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0CCA is #64F335. Grayscale: #4B4B4B. Windows color (decimal): -6615862 or 13241499. OLE color: 13241499.

HSL color Cylindrical-coordinate representation of color #9B0CCA: hue angle of 285.16º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0CCA is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15512202-
CMYK0.230.9400.21
HSL285.16º88.79%41.96%-
HSV(B)285.16º94.06%79.22%-
XYZ24.3111.556.81-
YUV76.42198.88184.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.01%
GREEN value IS 12 (5.08% from 255) = 3.25%
BLUE value IS 202 (79.30% from 255) = 54.74%
R=42.01%
G=3.25%
B=54.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal155122020.230.9400.21285.1688.7941.96
Hex9BCCA175E01511d592a
Octal233143122713602543513152
Binary100110111100110010101011110111100101011000111011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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