Html Css Color HEX #9F04DD Dark Violet

📋 copy color: '#9F04DD'

red 159 ◦ green 4 ◦ blue 221

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

Shades of Dark Violet #9F04DD

Tints of Dark Violet #9F04DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.55%

R = 41.41%
G = 1.04%
B = 57.55%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F04DD (or 0x9F04DD) is known color: Dark Violet. HEX triplet: 9F, 04 and DD. RGB value is (159,4,221). Sum of RGB (Red+Green+Blue) = 159+4+221=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F04DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F04DD is #60FB22. Grayscale: #4A4A4A. Windows color (decimal): -6355747 or 14484639. OLE color: 14484639.

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

Color convert

RGB 159 4 221 -
CMYK 0.28 0.98 0 0.13
HSL 282.86º 0.96% 0.44% -
HSV(B) 282.86º 0.98% 0.87% -
XYZ 27.39 12.68 69.41 -
YUV 75.08 210.35 187.86 -
System Red Green Blue C M Y K H S L
Decimal 159 4 221 0.28 0.98 0 0.13 282.86 0.96 0.44
Hex 9F 4 DD 1C 62 0 D 11B 60 2C
Octal 237 4 335 34 142 0 15 433 140 54
Binary 10011111 100 11011101 11100 1100010 0 1101 100011011 1100000 101100

Color Harmonies of #9F04DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F04DD

Black with #9F04DD

Text Example


Text Example

White with #9F04DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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