Html Css Color HEX #9B00B6 Dark Violet

📋 copy color: '#9B00B6'

red 155 ◦ green 0 ◦ blue 182

#9B00B6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #9B00B6

Tints of Dark Violet #9B00B6

RGB

 RED value IS 155 (60.94% from 255) = 45.99%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 182 (71.48% from 255) = 54.01%

R = 45.99%
G = 0%
B = 54.01%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9B00B6 (or 0x9B00B6) is known color: Dark Violet. HEX triplet: 9B, 00 and B6. RGB value is (155,0,182). Sum of RGB (Red+Green+Blue) = 155+0+182=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 182 (71.48% from 255 or 54.01% from 337); Max value from RGB is 182 - color contains mainly: blue. Hex color #9B00B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B00B6 is #64FF49. Grayscale: #424242. Windows color (decimal): -6618954 or 11927707. OLE color: 11927707.

HSL color Cylindrical-coordinate representation of color #9B00B6: hue angle of 291.1º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B00B6 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 0 182 -
CMYK 0.15 1 0 0.29
HSL 291.1º 1% 0.36% -
HSV(B) 291.1º 1% 0.71% -
XYZ 21.96 10.35 45.1 -
YUV 67.09 192.85 190.7 -
System Red Green Blue C M Y K H S L
Decimal 155 0 182 0.15 1 0 0.29 291.1 1 0.36
Hex 9B 0 B6 F 64 0 1D 123 64 24
Octal 233 0 266 17 144 0 35 443 144 44
Binary 10011011 0 10110110 1111 1100100 0 11101 100100011 1100100 100100

Color Harmonies of #9B00B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B00B6

Black with #9B00B6

Text Example


Text Example

White with #9B00B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B00B6;
 }
 .AnyTagClassName
 {
   color: #9B00B6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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