Html Css Color HEX #9F08DC Dark Violet

📋 copy color: '#9F08DC'

red 159 ◦ green 8 ◦ blue 220

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

Shades of Dark Violet #9F08DC

Tints of Dark Violet #9F08DC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.07%

 BLUE value IS 220 (86.33% from 255) = 56.85%

R = 41.09%
G = 2.07%
B = 56.85%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F08DC (or 0x9F08DC) is known color: Dark Violet. HEX triplet: 9F, 08 and DC. RGB value is (159,8,220). Sum of RGB (Red+Green+Blue) = 159+8+220=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 8 (3.52% from 255 or 2.07% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F08DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F08DC is #60F723. Grayscale: #4C4C4C. Windows color (decimal): -6354724 or 14420127. OLE color: 14420127.

HSL color Cylindrical-coordinate representation of color #9F08DC: hue angle of 282.74º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F08DC is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 8 220 -
CMYK 0.28 0.96 0 0.14
HSL 282.74º 0.93% 0.45% -
HSV(B) 282.74º 0.96% 0.86% -
XYZ 27.3 12.71 68.72 -
YUV 77.32 208.53 186.26 -
System Red Green Blue C M Y K H S L
Decimal 159 8 220 0.28 0.96 0 0.14 282.74 0.93 0.45
Hex 9F 8 DC 1C 60 0 E 11B 5D 2D
Octal 237 10 334 34 140 0 16 433 135 55
Binary 10011111 1000 11011100 11100 1100000 0 1110 100011011 1011101 101101

Color Harmonies of #9F08DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F08DC

Black with #9F08DC

Text Example


Text Example

White with #9F08DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,8,220); }

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

background-color css

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

 a { background-color: rgb(159,8,220); }

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

border-color css

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

 span { border-color: rgb(159,8,220); }

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