Html Css Color HEX #8721EA Blue Violet

📋 copy color: '#8721EA'

red 135 ◦ green 33 ◦ blue 234

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

Shades of Blue Violet #8721EA

Tints of Blue Violet #8721EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.21%

R = 33.58%
G = 8.21%
B = 58.21%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8721EA (or 0x8721EA) is known color: Blue Violet. HEX triplet: 87, 21 and EA. RGB value is (135,33,234). Sum of RGB (Red+Green+Blue) = 135+33+234=402 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.58% from 402); Green value is 33 (13.28% from 255 or 8.21% from 402); Blue value is 234 (91.80% from 255 or 58.21% from 402); Max value from RGB is 234 - color contains mainly: blue. Hex color #8721EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8721EA is #78DE15. Grayscale: #555555. Windows color (decimal): -7921174 or 15344007. OLE color: 15344007.

HSL color Cylindrical-coordinate representation of color #8721EA: hue angle of 270.45º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8721EA is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 135 33 234 -
CMYK 0.42 0.86 0 0.08
HSL 270.45º 0.83% 0.52% -
HSV(B) 270.45º 0.86% 0.92% -
XYZ 25.39 12.18 78.85 -
YUV 86.41 211.29 162.66 -
System Red Green Blue C M Y K H S L
Decimal 135 33 234 0.42 0.86 0 0.08 270.45 0.83 0.52
Hex 87 21 EA 2A 56 0 8 10E 53 34
Octal 207 41 352 52 126 0 10 416 123 64
Binary 10000111 100001 11101010 101010 1010110 0 1000 100001110 1010011 110100

Color Harmonies of #8721EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8721EA

Black with #8721EA

Text Example


Text Example

White with #8721EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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