Html Css Color HEX #8F14DD Dark Violet

📋 copy color: '#8F14DD'

red 143 ◦ green 20 ◦ blue 221

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

Shades of Dark Violet #8F14DD

Tints of Dark Violet #8F14DD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.21%

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

R = 37.24%
G = 5.21%
B = 57.55%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F14DD (or 0x8F14DD) is known color: Dark Violet. HEX triplet: 8F, 14 and DD. RGB value is (143,20,221). Sum of RGB (Red+Green+Blue) = 143+20+221=384 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.24% from 384); Green value is 20 (8.20% from 255 or 5.21% 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 #8F14DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F14DD is #70EB22. Grayscale: #4F4F4F. Windows color (decimal): -7400227 or 14488719. OLE color: 14488719.

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

Color convert

RGB 143 20 221 -
CMYK 0.35 0.91 0 0.13
HSL 276.72º 0.83% 0.47% -
HSV(B) 276.72º 0.91% 0.87% -
XYZ 24.63 11.56 69.34 -
YUV 79.69 207.75 173.16 -
System Red Green Blue C M Y K H S L
Decimal 143 20 221 0.35 0.91 0 0.13 276.72 0.83 0.47
Hex 8F 14 DD 23 5B 0 D 115 53 2F
Octal 217 24 335 43 133 0 15 425 123 57
Binary 10001111 10100 11011101 100011 1011011 0 1101 100010101 1010011 101111

Color Harmonies of #8F14DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F14DD

Black with #8F14DD

Text Example


Text Example

White with #8F14DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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