Html Css Color HEX #9F0CEF Dark Violet

📋 copy color: '#9F0CEF'

red 159 ◦ green 12 ◦ blue 239

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

Shades of Dark Violet #9F0CEF

Tints of Dark Violet #9F0CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 58.29%

R = 38.78%
G = 2.93%
B = 58.29%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F0CEF (or 0x9F0CEF) is known color: Dark Violet. HEX triplet: 9F, 0C and EF. RGB value is (159,12,239). Sum of RGB (Red+Green+Blue) = 159+12+239=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 12 (5.08% from 255 or 2.93% from 410); Blue value is 239 (93.75% from 255 or 58.29% from 410); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F0CEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F0CEF is #60F310. Grayscale: #515151. Windows color (decimal): -6353681 or 15666335. OLE color: 15666335.

HSL color Cylindrical-coordinate representation of color #9F0CEF: hue angle of 278.85º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0CEF is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 12 239 -
CMYK 0.33 0.95 0 0.06
HSL 278.85º 0.9% 0.49% -
HSV(B) 278.85º 0.95% 0.94% -
XYZ 30.01 13.87 82.76 -
YUV 81.83 216.7 183.04 -
System Red Green Blue C M Y K H S L
Decimal 159 12 239 0.33 0.95 0 0.06 278.85 0.9 0.49
Hex 9F C EF 21 5F 0 6 117 5A 31
Octal 237 14 357 41 137 0 6 427 132 61
Binary 10011111 1100 11101111 100001 1011111 0 110 100010111 1011010 110001

Color Harmonies of #9F0CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0CEF

Black with #9F0CEF

Text Example


Text Example

White with #9F0CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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