Html Css Color HEX #8F04DD Dark Violet

📋 copy color: '#8F04DD'

red 143 ◦ green 4 ◦ blue 221

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

Shades of Dark Violet #8F04DD

Tints of Dark Violet #8F04DD

RGB

 RED value IS 143 (56.25% from 255) = 38.86%

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

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

R = 38.86%
G = 1.09%
B = 60.05%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F04DD (or 0x8F04DD) is known color: Dark Violet. HEX triplet: 8F, 04 and DD. RGB value is (143,4,221). Sum of RGB (Red+Green+Blue) = 143+4+221=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 4 (1.95% from 255 or 1.09% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F04DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F04DD is #70FB22. Grayscale: #454545. Windows color (decimal): -7404323 or 14484623. OLE color: 14484623.

HSL color Cylindrical-coordinate representation of color #8F04DD: hue angle of 278.43º 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 #8F04DD is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 4 221 -
CMYK 0.35 0.98 0 0.13
HSL 278.43º 0.96% 0.44% -
HSV(B) 278.43º 0.98% 0.87% -
XYZ 24.42 11.15 69.27 -
YUV 70.3 213.05 179.86 -
System Red Green Blue C M Y K H S L
Decimal 143 4 221 0.35 0.98 0 0.13 278.43 0.96 0.44
Hex 8F 4 DD 23 62 0 D 116 60 2C
Octal 217 4 335 43 142 0 15 426 140 54
Binary 10001111 100 11011101 100011 1100010 0 1101 100010110 1100000 101100

Color Harmonies of #8F04DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F04DD

Black with #8F04DD

Text Example


Text Example

White with #8F04DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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