Html Css Color HEX #8F14DB Dark Violet

📋 copy color: '#8F14DB'

red 143 ◦ green 20 ◦ blue 219

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

Shades of Dark Violet #8F14DB

Tints of Dark Violet #8F14DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.33%

R = 37.43%
G = 5.24%
B = 57.33%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F14DB (or 0x8F14DB) is known color: Dark Violet. HEX triplet: 8F, 14 and DB. RGB value is (143,20,219). Sum of RGB (Red+Green+Blue) = 143+20+219=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F14DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F14DB is #70EB24. Grayscale: #4E4E4E. Windows color (decimal): -7400229 or 14357647. OLE color: 14357647.

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

Color convert

RGB 143 20 219 -
CMYK 0.35 0.91 0 0.14
HSL 277.09º 0.83% 0.47% -
HSV(B) 277.09º 0.91% 0.86% -
XYZ 24.36 11.45 67.94 -
YUV 79.46 206.75 173.32 -
System Red Green Blue C M Y K H S L
Decimal 143 20 219 0.35 0.91 0 0.14 277.09 0.83 0.47
Hex 8F 14 DB 23 5B 0 E 115 53 2F
Octal 217 24 333 43 133 0 16 425 123 57
Binary 10001111 10100 11011011 100011 1011011 0 1110 100010101 1010011 101111

Color Harmonies of #8F14DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F14DB

Black with #8F14DB

Text Example


Text Example

White with #8F14DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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