#9B00BD

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

Shades of Dark Violet #9B00BD

Tints of Dark Violet #9B00BD

Color information

#9B00BD (or 0x9B00BD) is unknown color: approx Dark Violet. HEX triplet: 9B, 00 and BD. RGB value is (155,0,189). Sum of RGB (Red+Green+Blue) = 155+0+189=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B00BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B00BD is #64FF42. Grayscale: #434343. Windows color (decimal): -6618947 or 12386459. OLE color: 12386459.

HSL color Cylindrical-coordinate representation of color #9B00BD: hue angle of 289.21º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B00BD is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1550189-
CMYK0.18100.26
HSL289.21º100%37.06%-
HSV(B)289.21º100%74.12%-
XYZ22.710.6449-
YUV67.89196.35190.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 189 (74.22% from 255) = 54.94%
R=45.06%
G=0%
B=54.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal15501890.18100.26289.2110037.06
Hex9B0BD126401A1216425
Octal23302752214403244114445
Binary100110110101111011001011001000110101001000011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B00BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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