Html Css Color HEX #9F05ED Dark Violet

📋 copy color: '#9F05ED'

red 159 ◦ green 5 ◦ blue 237

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

Shades of Dark Violet #9F05ED

Tints of Dark Violet #9F05ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 59.1%

R = 39.65%
G = 1.25%
B = 59.1%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9F05ED (or 0x9F05ED) is known color: Dark Violet. HEX triplet: 9F, 05 and ED. RGB value is (159,5,237). Sum of RGB (Red+Green+Blue) = 159+5+237=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 5 (2.34% from 255 or 1.25% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #9F05ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F05ED is #60FA12. Grayscale: #4C4C4C. Windows color (decimal): -6355475 or 15533471. OLE color: 15533471.

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

Color convert

RGB 159 5 237 -
CMYK 0.33 0.98 0 0.07
HSL 279.83º 0.96% 0.47% -
HSV(B) 279.83º 0.98% 0.93% -
XYZ 29.64 13.59 81.18 -
YUV 77.49 218.02 186.14 -
System Red Green Blue C M Y K H S L
Decimal 159 5 237 0.33 0.98 0 0.07 279.83 0.96 0.47
Hex 9F 5 ED 21 62 0 7 118 60 2F
Octal 237 5 355 41 142 0 7 430 140 57
Binary 10011111 101 11101101 100001 1100010 0 111 100011000 1100000 101111

Color Harmonies of #9F05ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F05ED

Black with #9F05ED

Text Example


Text Example

White with #9F05ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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