Html Css Color HEX #8F02DD Dark Violet

📋 copy color: '#8F02DD'

red 143 ◦ green 2 ◦ blue 221

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

Shades of Dark Violet #8F02DD

Tints of Dark Violet #8F02DD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

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

R = 39.07%
G = 0.55%
B = 60.38%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F02DD (or 0x8F02DD) is known color: Dark Violet. HEX triplet: 8F, 02 and DD. RGB value is (143,2,221). Sum of RGB (Red+Green+Blue) = 143+2+221=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F02DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F02DD is #70FD22. Grayscale: #444444. Windows color (decimal): -7404835 or 14484111. OLE color: 14484111.

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

Color convert

RGB 143 2 221 -
CMYK 0.35 0.99 0 0.13
HSL 278.63º 0.98% 0.44% -
HSV(B) 278.63º 0.99% 0.87% -
XYZ 24.4 11.1 69.26 -
YUV 69.13 213.71 180.69 -
System Red Green Blue C M Y K H S L
Decimal 143 2 221 0.35 0.99 0 0.13 278.63 0.98 0.44
Hex 8F 2 DD 23 63 0 D 117 62 2C
Octal 217 2 335 43 143 0 15 427 142 54
Binary 10001111 10 11011101 100011 1100011 0 1101 100010111 1100010 101100

Color Harmonies of #8F02DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F02DD

Black with #8F02DD

Text Example


Text Example

White with #8F02DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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