Html Css Color HEX #8721DB Blue Violet

📋 copy color: '#8721DB'

red 135 ◦ green 33 ◦ blue 219

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

Shades of Blue Violet #8721DB

Tints of Blue Violet #8721DB

RGB

 RED value IS 135 (53.13% from 255) = 34.88%

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

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

R = 34.88%
G = 8.53%
B = 56.59%

CMYK

 C value IS 0.38

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8721DB (or 0x8721DB) is known color: Blue Violet. HEX triplet: 87, 21 and DB. RGB value is (135,33,219). Sum of RGB (Red+Green+Blue) = 135+33+219=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #8721DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8721DB is #78DE24. Grayscale: #545454. Windows color (decimal): -7921189 or 14360967. OLE color: 14360967.

HSL color Cylindrical-coordinate representation of color #8721DB: hue angle of 272.9º 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 #8721DB is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 33 219 -
CMYK 0.38 0.85 0 0.14
HSL 272.9º 0.74% 0.49% -
HSV(B) 272.9º 0.85% 0.86% -
XYZ 23.32 11.35 67.98 -
YUV 84.7 203.79 163.88 -
System Red Green Blue C M Y K H S L
Decimal 135 33 219 0.38 0.85 0 0.14 272.9 0.74 0.49
Hex 87 21 DB 26 55 0 E 111 4A 31
Octal 207 41 333 46 125 0 16 421 112 61
Binary 10000111 100001 11011011 100110 1010101 0 1110 100010001 1001010 110001

Color Harmonies of #8721DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8721DB

Black with #8721DB

Text Example


Text Example

White with #8721DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8721DB; }

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

 H1.HeaderClassName
 {
   color: #8721DB;
 }
 .AnyTagClassName
 {
   color: #8721DB;
 }
</style>

background-color css

<style>
 a { background-color: #8721DB; }

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

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

border-color css

<style>
 span { border-color: #8721DB; }

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

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