Html Css Color HEX #9F07EC Dark Violet

📋 copy color: '#9F07EC'

red 159 ◦ green 7 ◦ blue 236

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

Shades of Dark Violet #9F07EC

Tints of Dark Violet #9F07EC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.74%

 BLUE value IS 236 (92.58% from 255) = 58.71%

R = 39.55%
G = 1.74%
B = 58.71%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9F07EC (or 0x9F07EC) is known color: Dark Violet. HEX triplet: 9F, 07 and EC. RGB value is (159,7,236). Sum of RGB (Red+Green+Blue) = 159+7+236=402 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.55% from 402); Green value is 7 (3.12% from 255 or 1.74% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F07EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F07EC is #60F813. Grayscale: #4D4D4D. Windows color (decimal): -6354964 or 15468447. OLE color: 15468447.

HSL color Cylindrical-coordinate representation of color #9F07EC: hue angle of 279.83º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F07EC is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 7 236 -
CMYK 0.33 0.97 0 0.07
HSL 279.83º 0.94% 0.48% -
HSV(B) 279.83º 0.97% 0.93% -
XYZ 29.51 13.58 80.42 -
YUV 78.55 216.86 185.38 -
System Red Green Blue C M Y K H S L
Decimal 159 7 236 0.33 0.97 0 0.07 279.83 0.94 0.48
Hex 9F 7 EC 21 61 0 7 118 5E 30
Octal 237 7 354 41 141 0 7 430 136 60
Binary 10011111 111 11101100 100001 1100001 0 111 100011000 1011110 110000

Color Harmonies of #9F07EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F07EC

Black with #9F07EC

Text Example


Text Example

White with #9F07EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,7,236); }

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

background-color css

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

 a { background-color: rgb(159,7,236); }

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

border-color css

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

 span { border-color: rgb(159,7,236); }

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