Html Css Color HEX #871CAE Vivid Violet

📋 copy color: '#871CAE'

red 135 ◦ green 28 ◦ blue 174

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

Shades of Vivid Violet #871CAE

Tints of Vivid Violet #871CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.63%

R = 40.06%
G = 8.31%
B = 51.63%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#871CAE (or 0x871CAE) is known color: Vivid Violet. HEX triplet: 87, 1C and AE. RGB value is (135,28,174). Sum of RGB (Red+Green+Blue) = 135+28+174=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #871CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871CAE is #78E351. Grayscale: #4C4C4C. Windows color (decimal): -7922514 or 11410567. OLE color: 11410567.

HSL color Cylindrical-coordinate representation of color #871CAE: hue angle of 283.97º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #871CAE is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 135 28 174 -
CMYK 0.22 0.84 0 0.32
HSL 283.97º 0.72% 0.4% -
HSV(B) 283.97º 0.84% 0.68% -
XYZ 18.05 9.04 40.84 -
YUV 76.64 182.95 169.63 -
System Red Green Blue C M Y K H S L
Decimal 135 28 174 0.22 0.84 0 0.32 283.97 0.72 0.4
Hex 87 1C AE 16 54 0 20 11C 48 28
Octal 207 34 256 26 124 0 40 434 110 50
Binary 10000111 11100 10101110 10110 1010100 0 100000 100011100 1001000 101000

Color Harmonies of #871CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871CAE

Black with #871CAE

Text Example


Text Example

White with #871CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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