Html Css Color HEX #871CE0 Blue Violet

📋 copy color: '#871CE0'

red 135 ◦ green 28 ◦ blue 224

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

Shades of Blue Violet #871CE0

Tints of Blue Violet #871CE0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.24%

 BLUE value IS 224 (87.89% from 255) = 57.88%

R = 34.88%
G = 7.24%
B = 57.88%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#871CE0 (or 0x871CE0) is known color: Blue Violet. HEX triplet: 87, 1C and E0. RGB value is (135,28,224). Sum of RGB (Red+Green+Blue) = 135+28+224=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 224 (87.89% from 255 or 57.88% from 387); Max value from RGB is 224 - color contains mainly: blue. Hex color #871CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871CE0 is #78E31F. Grayscale: #515151. Windows color (decimal): -7922464 or 14687367. OLE color: 14687367.

HSL color Cylindrical-coordinate representation of color #871CE0: hue angle of 272.76º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871CE0 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 135 28 224 -
CMYK 0.40 0.88 0 0.12
HSL 272.76º 0.78% 0.49% -
HSV(B) 272.76º 0.88% 0.88% -
XYZ 23.86 11.36 71.46 -
YUV 82.34 207.95 165.56 -
System Red Green Blue C M Y K H S L
Decimal 135 28 224 0.40 0.88 0 0.12 272.76 0.78 0.49
Hex 87 1C E0 28 58 0 C 111 4E 31
Octal 207 34 340 50 130 0 14 421 116 61
Binary 10000111 11100 11100000 101000 1011000 0 1100 100010001 1001110 110001

Color Harmonies of #871CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871CE0

Black with #871CE0

Text Example


Text Example

White with #871CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,28,224); }

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

background-color css

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

 a { background-color: rgb(135,28,224); }

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

border-color css

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

 span { border-color: rgb(135,28,224); }

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