Html Css Color HEX #9F0CB9 Dark Violet

📋 copy color: '#9F0CB9'

red 159 ◦ green 12 ◦ blue 185

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

Shades of Dark Violet #9F0CB9

Tints of Dark Violet #9F0CB9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.37%

 BLUE value IS 185 (72.66% from 255) = 51.97%

R = 44.66%
G = 3.37%
B = 51.97%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F0CB9 (or 0x9F0CB9) is known color: Dark Violet. HEX triplet: 9F, 0C and B9. RGB value is (159,12,185). Sum of RGB (Red+Green+Blue) = 159+12+185=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 185 (72.66% from 255 or 51.97% from 356); Max value from RGB is 185 - color contains mainly: blue. Hex color #9F0CB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0CB9 is #60F346. Grayscale: #4B4B4B. Windows color (decimal): -6353735 or 12127391. OLE color: 12127391.

HSL color Cylindrical-coordinate representation of color #9F0CB9: hue angle of 290.98º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0CB9 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 12 185 -
CMYK 0.14 0.94 0 0.27
HSL 290.98º 0.88% 0.39% -
HSV(B) 290.98º 0.94% 0.73% -
XYZ 23.19 11.14 46.83 -
YUV 75.68 189.7 187.43 -
System Red Green Blue C M Y K H S L
Decimal 159 12 185 0.14 0.94 0 0.27 290.98 0.88 0.39
Hex 9F C B9 E 5E 0 1B 123 58 27
Octal 237 14 271 16 136 0 33 443 130 47
Binary 10011111 1100 10111001 1110 1011110 0 11011 100100011 1011000 100111

Color Harmonies of #9F0CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0CB9

Black with #9F0CB9

Text Example


Text Example

White with #9F0CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,12,185); }

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

background-color css

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

 a { background-color: rgb(159,12,185); }

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

border-color css

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

 span { border-color: rgb(159,12,185); }

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