Html Css Color HEX #9F05CF Dark Violet

📋 copy color: '#9F05CF'

red 159 ◦ green 5 ◦ blue 207

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

Shades of Dark Violet #9F05CF

Tints of Dark Violet #9F05CF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.35%

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

R = 42.86%
G = 1.35%
B = 55.8%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F05CF (or 0x9F05CF) is known color: Dark Violet. HEX triplet: 9F, 05 and CF. RGB value is (159,5,207). Sum of RGB (Red+Green+Blue) = 159+5+207=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F05CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F05CF is #60FA30. Grayscale: #494949. Windows color (decimal): -6355505 or 13567391. OLE color: 13567391.

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

Color convert

RGB 159 5 207 -
CMYK 0.23 0.98 0 0.19
HSL 285.74º 0.95% 0.42% -
HSV(B) 285.74º 0.98% 0.81% -
XYZ 25.61 11.98 59.99 -
YUV 74.07 203.02 188.57 -
System Red Green Blue C M Y K H S L
Decimal 159 5 207 0.23 0.98 0 0.19 285.74 0.95 0.42
Hex 9F 5 CF 17 62 0 13 11E 5F 2A
Octal 237 5 317 27 142 0 23 436 137 52
Binary 10011111 101 11001111 10111 1100010 0 10011 100011110 1011111 101010

Color Harmonies of #9F05CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F05CF

Black with #9F05CF

Text Example


Text Example

White with #9F05CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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