#9B00CA

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

Shades of Dark Violet #9B00CA

Tints of Dark Violet #9B00CA

Color information

#9B00CA (or 0x9B00CA) is unknown color: approx Dark Violet. HEX triplet: 9B, 00 and CA. RGB value is (155,0,202). Sum of RGB (Red+Green+Blue) = 155+0+202=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B00CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B00CA is #64FF35. Grayscale: #444444. Windows color (decimal): -6618934 or 13238427. OLE color: 13238427.

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

Color convert

RGB1550202-
CMYK0.23100.21
HSL286.04º100%39.61%-
HSV(B)286.04º100%79.22%-
XYZ24.1811.2356.77-
YUV69.37202.85189.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 202 (79.30% from 255) = 56.58%
R=43.42%
G=0%
B=56.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal15502020.23100.21286.0410039.61
Hex9B0CA176401511e6428
Octal23303122714402543614450
Binary100110110110010101011111001000101011000111101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B00CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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