Html Css Color HEX #9B0ABA Dark Violet

📋 copy color: '#9B0ABA'

red 155 ◦ green 10 ◦ blue 186

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

Shades of Dark Violet #9B0ABA

Tints of Dark Violet #9B0ABA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.85%

 BLUE value IS 186 (73.05% from 255) = 52.99%

R = 44.16%
G = 2.85%
B = 52.99%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B0ABA (or 0x9B0ABA) is known color: Dark Violet. HEX triplet: 9B, 0A and BA. RGB value is (155,10,186). Sum of RGB (Red+Green+Blue) = 155+10+186=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B0ABA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0ABA is #64F545. Grayscale: #484848. Windows color (decimal): -6616390 or 12192411. OLE color: 12192411.

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

Color convert

RGB 155 10 186 -
CMYK 0.17 0.95 0 0.27
HSL 289.43º 0.9% 0.38% -
HSV(B) 289.43º 0.95% 0.73% -
XYZ 22.49 10.73 47.34 -
YUV 73.42 191.54 186.19 -
System Red Green Blue C M Y K H S L
Decimal 155 10 186 0.17 0.95 0 0.27 289.43 0.9 0.38
Hex 9B A BA 11 5F 0 1B 121 5A 26
Octal 233 12 272 21 137 0 33 441 132 46
Binary 10011011 1010 10111010 10001 1011111 0 11011 100100001 1011010 100110

Color Harmonies of #9B0ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0ABA

Black with #9B0ABA

Text Example


Text Example

White with #9B0ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,10,186); }

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

background-color css

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

 a { background-color: rgb(155,10,186); }

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

border-color css

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

 span { border-color: rgb(155,10,186); }

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