Html Css Color HEX #9B01BB Dark Violet

📋 copy color: '#9B01BB'

red 155 ◦ green 1 ◦ blue 187

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

Shades of Dark Violet #9B01BB

Tints of Dark Violet #9B01BB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 187 (73.44% from 255) = 54.52%

R = 45.19%
G = 0.29%
B = 54.52%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B01BB (or 0x9B01BB) is known color: Dark Violet. HEX triplet: 9B, 01 and BB. RGB value is (155,1,187). Sum of RGB (Red+Green+Blue) = 155+1+187=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 187 (73.44% from 255 or 54.52% from 343); Max value from RGB is 187 - color contains mainly: blue. Hex color #9B01BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B01BB is #64FE44. Grayscale: #434343. Windows color (decimal): -6618693 or 12255643. OLE color: 12255643.

HSL color Cylindrical-coordinate representation of color #9B01BB: hue angle of 289.68º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B01BB is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 1 187 -
CMYK 0.17 0.99 0 0.27
HSL 289.68º 0.99% 0.37% -
HSV(B) 289.68º 0.99% 0.73% -
XYZ 22.5 10.58 47.87 -
YUV 68.25 195.02 189.88 -
System Red Green Blue C M Y K H S L
Decimal 155 1 187 0.17 0.99 0 0.27 289.68 0.99 0.37
Hex 9B 1 BB 11 63 0 1B 122 63 25
Octal 233 1 273 21 143 0 33 442 143 45
Binary 10011011 1 10111011 10001 1100011 0 11011 100100010 1100011 100101

Color Harmonies of #9B01BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B01BB

Black with #9B01BB

Text Example


Text Example

White with #9B01BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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