Html Css Color HEX #9F0CBE Dark Violet

📋 copy color: '#9F0CBE'

red 159 ◦ green 12 ◦ blue 190

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

Shades of Dark Violet #9F0CBE

Tints of Dark Violet #9F0CBE

RGB

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

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

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

R = 44.04%
G = 3.32%
B = 52.63%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F0CBE (or 0x9F0CBE) is known color: Dark Violet. HEX triplet: 9F, 0C and BE. RGB value is (159,12,190). Sum of RGB (Red+Green+Blue) = 159+12+190=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 12 (5.08% from 255 or 3.32% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F0CBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0CBE is #60F341. Grayscale: #4B4B4B. Windows color (decimal): -6353730 or 12455071. OLE color: 12455071.

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

Color convert

RGB 159 12 190 -
CMYK 0.16 0.94 0 0.25
HSL 289.55º 0.88% 0.4% -
HSV(B) 289.55º 0.94% 0.75% -
XYZ 23.72 11.35 49.66 -
YUV 76.25 192.2 187.03 -
System Red Green Blue C M Y K H S L
Decimal 159 12 190 0.16 0.94 0 0.25 289.55 0.88 0.4
Hex 9F C BE 10 5E 0 19 122 58 28
Octal 237 14 276 20 136 0 31 442 130 50
Binary 10011111 1100 10111110 10000 1011110 0 11001 100100010 1011000 101000

Color Harmonies of #9F0CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0CBE

Black with #9F0CBE

Text Example


Text Example

White with #9F0CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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