Html Css Color HEX #8F21DB Blue Violet

📋 copy color: '#8F21DB'

red 143 ◦ green 33 ◦ blue 219

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

Shades of Blue Violet #8F21DB

Tints of Blue Violet #8F21DB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.35%

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

R = 36.2%
G = 8.35%
B = 55.44%

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

#8F21DB (or 0x8F21DB) is known color: Blue Violet. HEX triplet: 8F, 21 and DB. RGB value is (143,33,219). Sum of RGB (Red+Green+Blue) = 143+33+219=395 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.20% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F21DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F21DB is #70DE24. Grayscale: #565656. Windows color (decimal): -7396901 or 14360975. OLE color: 14360975.

HSL color Cylindrical-coordinate representation of color #8F21DB: hue angle of 275.48º degrees, saturation: 0.74, 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 #8F21DB is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 33 219 -
CMYK 0.35 0.85 0 0.14
HSL 275.48º 0.74% 0.49% -
HSV(B) 275.48º 0.85% 0.86% -
XYZ 24.66 12.04 68.04 -
YUV 87.09 202.44 167.88 -
System Red Green Blue C M Y K H S L
Decimal 143 33 219 0.35 0.85 0 0.14 275.48 0.74 0.49
Hex 8F 21 DB 23 55 0 E 113 4A 31
Octal 217 41 333 43 125 0 16 423 112 61
Binary 10001111 100001 11011011 100011 1010101 0 1110 100010011 1001010 110001

Color Harmonies of #8F21DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F21DB

Black with #8F21DB

Text Example


Text Example

White with #8F21DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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