Html Css Color HEX #871ACE Blue Violet

📋 copy color: '#871ACE'

red 135 ◦ green 26 ◦ blue 206

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

Shades of Blue Violet #871ACE

Tints of Blue Violet #871ACE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.08%

 BLUE value IS 206 (80.86% from 255) = 56.13%

R = 36.78%
G = 7.08%
B = 56.13%

CMYK

 C value IS 0.34

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#871ACE (or 0x871ACE) is known color: Blue Violet. HEX triplet: 87, 1A and CE. RGB value is (135,26,206). Sum of RGB (Red+Green+Blue) = 135+26+206=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #871ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871ACE is #78E531. Grayscale: #4E4E4E. Windows color (decimal): -7922994 or 13507207. OLE color: 13507207.

HSL color Cylindrical-coordinate representation of color #871ACE: hue angle of 276.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871ACE is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 26 206 -
CMYK 0.34 0.87 0 0.19
HSL 276.33º 0.78% 0.45% -
HSV(B) 276.33º 0.87% 0.81% -
XYZ 21.5 10.35 59.26 -
YUV 79.11 199.61 167.86 -
System Red Green Blue C M Y K H S L
Decimal 135 26 206 0.34 0.87 0 0.19 276.33 0.78 0.45
Hex 87 1A CE 22 57 0 13 114 4E 2D
Octal 207 32 316 42 127 0 23 424 116 55
Binary 10000111 11010 11001110 100010 1010111 0 10011 100010100 1001110 101101

Color Harmonies of #871ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871ACE

Black with #871ACE

Text Example


Text Example

White with #871ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,26,206); }

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

background-color css

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

 a { background-color: rgb(135,26,206); }

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

border-color css

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

 span { border-color: rgb(135,26,206); }

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