Html Css Color HEX #8F20DB Blue Violet

📋 copy color: '#8F20DB'

red 143 ◦ green 32 ◦ blue 219

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

Shades of Blue Violet #8F20DB

Tints of Blue Violet #8F20DB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.12%

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

R = 36.29%
G = 8.12%
B = 55.58%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F20DB (or 0x8F20DB) is known color: Blue Violet. HEX triplet: 8F, 20 and DB. RGB value is (143,32,219). Sum of RGB (Red+Green+Blue) = 143+32+219=394 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.29% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F20DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F20DB is #70DF24. Grayscale: #555555. Windows color (decimal): -7397157 or 14360719. OLE color: 14360719.

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

Color convert

RGB 143 32 219 -
CMYK 0.35 0.85 0 0.14
HSL 275.62º 0.75% 0.49% -
HSV(B) 275.62º 0.85% 0.86% -
XYZ 24.63 11.99 68.03 -
YUV 86.51 202.77 168.29 -
System Red Green Blue C M Y K H S L
Decimal 143 32 219 0.35 0.85 0 0.14 275.62 0.75 0.49
Hex 8F 20 DB 23 55 0 E 114 4B 31
Octal 217 40 333 43 125 0 16 424 113 61
Binary 10001111 100000 11011011 100011 1010101 0 1110 100010100 1001011 110001

Color Harmonies of #8F20DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F20DB

Black with #8F20DB

Text Example


Text Example

White with #8F20DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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