Html Css Color HEX #871ECC Blue Violet

📋 copy color: '#871ECC'

red 135 ◦ green 30 ◦ blue 204

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

Shades of Blue Violet #871ECC

Tints of Blue Violet #871ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.13%

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

R = 36.59%
G = 8.13%
B = 55.28%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#871ECC (or 0x871ECC) is known color: Blue Violet. HEX triplet: 87, 1E and CC. RGB value is (135,30,204). Sum of RGB (Red+Green+Blue) = 135+30+204=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #871ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871ECC is #78E133. Grayscale: #505050. Windows color (decimal): -7921972 or 13377159. OLE color: 13377159.

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

Color convert

RGB 135 30 204 -
CMYK 0.34 0.85 0 0.2
HSL 276.21º 0.74% 0.46% -
HSV(B) 276.21º 0.85% 0.8% -
XYZ 21.36 10.44 58.02 -
YUV 81.23 197.29 166.35 -
System Red Green Blue C M Y K H S L
Decimal 135 30 204 0.34 0.85 0 0.2 276.21 0.74 0.46
Hex 87 1E CC 22 55 0 14 114 4A 2E
Octal 207 36 314 42 125 0 24 424 112 56
Binary 10000111 11110 11001100 100010 1010101 0 10100 100010100 1001010 101110

Color Harmonies of #871ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871ECC

Black with #871ECC

Text Example


Text Example

White with #871ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871ECC; }

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

 H1.HeaderClassName
 {
   color: #871ECC;
 }
 .AnyTagClassName
 {
   color: #871ECC;
 }
</style>

background-color css

<style>
 a { background-color: #871ECC; }

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

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

border-color css

<style>
 span { border-color: #871ECC; }

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

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