Html Css Color HEX #8721CC Blue Violet

📋 copy color: '#8721CC'

red 135 ◦ green 33 ◦ blue 204

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

Shades of Blue Violet #8721CC

Tints of Blue Violet #8721CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.84%

R = 36.29%
G = 8.87%
B = 54.84%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8721CC (or 0x8721CC) is known color: Blue Violet. HEX triplet: 87, 21 and CC. RGB value is (135,33,204). Sum of RGB (Red+Green+Blue) = 135+33+204=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #8721CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8721CC is #78DE33. Grayscale: #525252. Windows color (decimal): -7921204 or 13377927. OLE color: 13377927.

HSL color Cylindrical-coordinate representation of color #8721CC: hue angle of 275.79º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8721CC is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 135 33 204 -
CMYK 0.34 0.84 0 0.2
HSL 275.79º 0.72% 0.46% -
HSV(B) 275.79º 0.84% 0.8% -
XYZ 21.43 10.6 58.04 -
YUV 82.99 196.29 165.1 -
System Red Green Blue C M Y K H S L
Decimal 135 33 204 0.34 0.84 0 0.2 275.79 0.72 0.46
Hex 87 21 CC 22 54 0 14 114 48 2E
Octal 207 41 314 42 124 0 24 424 110 56
Binary 10000111 100001 11001100 100010 1010100 0 10100 100010100 1001000 101110

Color Harmonies of #8721CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8721CC

Black with #8721CC

Text Example


Text Example

White with #8721CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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