Html Css Color HEX #8721DC Blue Violet

📋 copy color: '#8721DC'

red 135 ◦ green 33 ◦ blue 220

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

Shades of Blue Violet #8721DC

Tints of Blue Violet #8721DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 56.7%

R = 34.79%
G = 8.51%
B = 56.7%

CMYK

 C value IS 0.39

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8721DC (or 0x8721DC) is known color: Blue Violet. HEX triplet: 87, 21 and DC. RGB value is (135,33,220). Sum of RGB (Red+Green+Blue) = 135+33+220=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #8721DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8721DC is #78DE23. Grayscale: #545454. Windows color (decimal): -7921188 or 14426503. OLE color: 14426503.

HSL color Cylindrical-coordinate representation of color #8721DC: hue angle of 272.73º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8721DC is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 33 220 -
CMYK 0.39 0.85 0 0.14
HSL 272.73º 0.74% 0.5% -
HSV(B) 272.73º 0.85% 0.86% -
XYZ 23.45 11.41 68.68 -
YUV 84.82 204.29 163.79 -
System Red Green Blue C M Y K H S L
Decimal 135 33 220 0.39 0.85 0 0.14 272.73 0.74 0.5
Hex 87 21 DC 27 55 0 E 111 4A 32
Octal 207 41 334 47 125 0 16 421 112 62
Binary 10000111 100001 11011100 100111 1010101 0 1110 100010001 1001010 110010

Color Harmonies of #8721DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8721DC

Black with #8721DC

Text Example


Text Example

White with #8721DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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