Html Css Color HEX #9F04DC Dark Violet

📋 copy color: '#9F04DC'

red 159 ◦ green 4 ◦ blue 220

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

Shades of Dark Violet #9F04DC

Tints of Dark Violet #9F04DC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.04%

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

R = 41.51%
G = 1.04%
B = 57.44%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F04DC (or 0x9F04DC) is known color: Dark Violet. HEX triplet: 9F, 04 and DC. RGB value is (159,4,220). Sum of RGB (Red+Green+Blue) = 159+4+220=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F04DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F04DC is #60FB23. Grayscale: #4A4A4A. Windows color (decimal): -6355748 or 14419103. OLE color: 14419103.

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

Color convert

RGB 159 4 220 -
CMYK 0.28 0.98 0 0.14
HSL 283.06º 0.96% 0.44% -
HSV(B) 283.06º 0.98% 0.86% -
XYZ 27.26 12.63 68.71 -
YUV 74.97 209.85 187.94 -
System Red Green Blue C M Y K H S L
Decimal 159 4 220 0.28 0.98 0 0.14 283.06 0.96 0.44
Hex 9F 4 DC 1C 62 0 E 11B 60 2C
Octal 237 4 334 34 142 0 16 433 140 54
Binary 10011111 100 11011100 11100 1100010 0 1110 100011011 1100000 101100

Color Harmonies of #9F04DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F04DC

Black with #9F04DC

Text Example


Text Example

White with #9F04DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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