Html Css Color HEX #8721D6 Blue Violet

📋 copy color: '#8721D6'

red 135 ◦ green 33 ◦ blue 214

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

Shades of Blue Violet #8721D6

Tints of Blue Violet #8721D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 56.02%

R = 35.34%
G = 8.64%
B = 56.02%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8721D6 (or 0x8721D6) is known color: Blue Violet. HEX triplet: 87, 21 and D6. RGB value is (135,33,214). Sum of RGB (Red+Green+Blue) = 135+33+214=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 214 (83.98% from 255 or 56.02% from 382); Max value from RGB is 214 - color contains mainly: blue. Hex color #8721D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8721D6 is #78DE29. Grayscale: #535353. Windows color (decimal): -7921194 or 14033287. OLE color: 14033287.

HSL color Cylindrical-coordinate representation of color #8721D6: hue angle of 273.81º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8721D6 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 135 33 214 -
CMYK 0.37 0.85 0 0.16
HSL 273.81º 0.73% 0.48% -
HSV(B) 273.81º 0.85% 0.84% -
XYZ 22.67 11.09 64.56 -
YUV 84.13 201.29 164.28 -
System Red Green Blue C M Y K H S L
Decimal 135 33 214 0.37 0.85 0 0.16 273.81 0.73 0.48
Hex 87 21 D6 25 55 0 10 112 49 30
Octal 207 41 326 45 125 0 20 422 111 60
Binary 10000111 100001 11010110 100101 1010101 0 10000 100010010 1001001 110000

Color Harmonies of #8721D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8721D6

Black with #8721D6

Text Example


Text Example

White with #8721D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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