Html Css Color HEX #9F0ABA Dark Violet

📋 copy color: '#9F0ABA'

red 159 ◦ green 10 ◦ blue 186

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

Shades of Dark Violet #9F0ABA

Tints of Dark Violet #9F0ABA

RGB

 RED value IS 159 (62.5% from 255) = 44.79%

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

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

R = 44.79%
G = 2.82%
B = 52.39%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F0ABA (or 0x9F0ABA) is known color: Dark Violet. HEX triplet: 9F, 0A and BA. RGB value is (159,10,186). Sum of RGB (Red+Green+Blue) = 159+10+186=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F0ABA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0ABA is #60F545. Grayscale: #4A4A4A. Windows color (decimal): -6354246 or 12192415. OLE color: 12192415.

HSL color Cylindrical-coordinate representation of color #9F0ABA: hue angle of 290.8º 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 #9F0ABA is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 10 186 -
CMYK 0.15 0.95 0 0.27
HSL 290.8º 0.9% 0.38% -
HSV(B) 290.8º 0.95% 0.73% -
XYZ 23.27 11.13 47.38 -
YUV 74.62 190.86 188.19 -
System Red Green Blue C M Y K H S L
Decimal 159 10 186 0.15 0.95 0 0.27 290.8 0.9 0.38
Hex 9F A BA F 5F 0 1B 123 5A 26
Octal 237 12 272 17 137 0 33 443 132 46
Binary 10011111 1010 10111010 1111 1011111 0 11011 100100011 1011010 100110

Color Harmonies of #9F0ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0ABA

Black with #9F0ABA

Text Example


Text Example

White with #9F0ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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