#9B01CA

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

Shades of Dark Violet #9B01CA

Tints of Dark Violet #9B01CA

Color information

#9B01CA (or 0x9B01CA) is unknown color: approx Dark Violet. HEX triplet: 9B, 01 and CA. RGB value is (155,1,202). Sum of RGB (Red+Green+Blue) = 155+1+202=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B01CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B01CA is #64FE35. Grayscale: #454545. Windows color (decimal): -6618678 or 13238683. OLE color: 13238683.

HSL color Cylindrical-coordinate representation of color #9B01CA: hue angle of 285.97º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B01CA is Cyan = 0.23, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1551202-
CMYK0.231.0000.21
HSL285.97º99.01%39.8%-
HSV(B)285.97º99.5%79.22%-
XYZ24.1911.2556.77-
YUV69.96202.52188.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.30%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 202 (79.30% from 255) = 56.42%
R=43.30%
G=0.28%
B=56.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal15512020.231.0000.21285.9799.0139.8
Hex9B1CA176401511e6328
Octal23313122714402543614350
Binary100110111110010101011111001000101011000111101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B01CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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