#9B00CC

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

Shades of Dark Violet #9B00CC

Tints of Dark Violet #9B00CC

Color information

#9B00CC (or 0x9B00CC) is unknown color: approx Dark Violet. HEX triplet: 9B, 00 and CC. RGB value is (155,0,204). Sum of RGB (Red+Green+Blue) = 155+0+204=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B00CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B00CC is #64FF33. Grayscale: #444444. Windows color (decimal): -6618932 or 13369499. OLE color: 13369499.

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

Color convert

RGB1550204-
CMYK0.24100.2
HSL285.59º100%40%-
HSV(B)285.59º100%80%-
XYZ24.4211.3358.03-
YUV69.6203.85188.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 56.82%
R=43.18%
G=0%
B=56.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal15502040.24100.2285.5910040
Hex9B0CC186401411e6428
Octal23303143014402443614450
Binary100110110110011001100011001000101001000111101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B00CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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