Html Css Color HEX #9F07CF Dark Violet

📋 copy color: '#9F07CF'

red 159 ◦ green 7 ◦ blue 207

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

Shades of Dark Violet #9F07CF

Tints of Dark Violet #9F07CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.5%

R = 42.63%
G = 1.88%
B = 55.5%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F07CF (or 0x9F07CF) is known color: Dark Violet. HEX triplet: 9F, 07 and CF. RGB value is (159,7,207). Sum of RGB (Red+Green+Blue) = 159+7+207=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F07CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F07CF is #60F830. Grayscale: #4A4A4A. Windows color (decimal): -6354993 or 13567903. OLE color: 13567903.

HSL color Cylindrical-coordinate representation of color #9F07CF: hue angle of 285.6º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F07CF is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 7 207 -
CMYK 0.23 0.97 0 0.19
HSL 285.6º 0.93% 0.42% -
HSV(B) 285.6º 0.97% 0.81% -
XYZ 25.64 12.03 60 -
YUV 75.25 202.36 187.74 -
System Red Green Blue C M Y K H S L
Decimal 159 7 207 0.23 0.97 0 0.19 285.6 0.93 0.42
Hex 9F 7 CF 17 61 0 13 11E 5D 2A
Octal 237 7 317 27 141 0 23 436 135 52
Binary 10011111 111 11001111 10111 1100001 0 10011 100011110 1011101 101010

Color Harmonies of #9F07CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F07CF

Black with #9F07CF

Text Example


Text Example

White with #9F07CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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