Html Css Color HEX #9F0ABE Dark Violet

📋 copy color: '#9F0ABE'

red 159 ◦ green 10 ◦ blue 190

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

Shades of Dark Violet #9F0ABE

Tints of Dark Violet #9F0ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.92%

R = 44.29%
G = 2.79%
B = 52.92%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F0ABE (or 0x9F0ABE) is known color: Dark Violet. HEX triplet: 9F, 0A and BE. RGB value is (159,10,190). Sum of RGB (Red+Green+Blue) = 159+10+190=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F0ABE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0ABE is #60F541. Grayscale: #4A4A4A. Windows color (decimal): -6354242 or 12454559. OLE color: 12454559.

HSL color Cylindrical-coordinate representation of color #9F0ABE: hue angle of 289.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0ABE is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 10 190 -
CMYK 0.16 0.95 0 0.25
HSL 289.67º 0.9% 0.39% -
HSV(B) 289.67º 0.95% 0.75% -
XYZ 23.7 11.31 49.65 -
YUV 75.07 192.86 187.86 -
System Red Green Blue C M Y K H S L
Decimal 159 10 190 0.16 0.95 0 0.25 289.67 0.9 0.39
Hex 9F A BE 10 5F 0 19 122 5A 27
Octal 237 12 276 20 137 0 31 442 132 47
Binary 10011111 1010 10111110 10000 1011111 0 11001 100100010 1011010 100111

Color Harmonies of #9F0ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0ABE

Black with #9F0ABE

Text Example


Text Example

White with #9F0ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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