Html Css Color HEX #8721DA Blue Violet

📋 copy color: '#8721DA'

red 135 ◦ green 33 ◦ blue 218

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

Shades of Blue Violet #8721DA

Tints of Blue Violet #8721DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.48%

R = 34.97%
G = 8.55%
B = 56.48%

CMYK

 C value IS 0.38

 M value IS 0.85

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8721DA (or 0x8721DA) is known color: Blue Violet. HEX triplet: 87, 21 and DA. RGB value is (135,33,218). Sum of RGB (Red+Green+Blue) = 135+33+218=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #8721DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8721DA is #78DE25. Grayscale: #535353. Windows color (decimal): -7921190 or 14295431. OLE color: 14295431.

HSL color Cylindrical-coordinate representation of color #8721DA: hue angle of 273.08º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8721DA is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 135 33 218 -
CMYK 0.38 0.85 0 0.15
HSL 273.08º 0.74% 0.49% -
HSV(B) 273.08º 0.85% 0.85% -
XYZ 23.19 11.3 67.29 -
YUV 84.59 203.29 163.96 -
System Red Green Blue C M Y K H S L
Decimal 135 33 218 0.38 0.85 0 0.15 273.08 0.74 0.49
Hex 87 21 DA 26 55 0 F 111 4A 31
Octal 207 41 332 46 125 0 17 421 112 61
Binary 10000111 100001 11011010 100110 1010101 0 1111 100010001 1001010 110001

Color Harmonies of #8721DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8721DA

Black with #8721DA

Text Example


Text Example

White with #8721DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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