Html Css Color HEX #876EC1 True V

📋 copy color: '#876EC1'

red 135 ◦ green 110 ◦ blue 193

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

Shades of True V #876EC1

Tints of True V #876EC1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.11%

 BLUE value IS 193 (75.78% from 255) = 44.06%

R = 30.82%
G = 25.11%
B = 44.06%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#876EC1 (or 0x876EC1) is known color: True V. HEX triplet: 87, 6E and C1. RGB value is (135,110,193). Sum of RGB (Red+Green+Blue) = 135+110+193=438 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.82% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #876EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876EC1 is #78913E. Grayscale: #7E7E7E. Windows color (decimal): -7901503 or 12676743. OLE color: 12676743.

HSL color Cylindrical-coordinate representation of color #876EC1: hue angle of 258.07º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #876EC1 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 135 110 193 -
CMYK 0.30 0.43 0 0.24
HSL 258.07º 0.4% 0.59% -
HSV(B) 258.07º 0.43% 0.76% -
XYZ 25.19 20.15 53.01 -
YUV 126.94 165.28 133.75 -
System Red Green Blue C M Y K H S L
Decimal 135 110 193 0.30 0.43 0 0.24 258.07 0.4 0.59
Hex 87 6E C1 1E 2B 0 18 102 28 3B
Octal 207 156 301 36 53 0 30 402 50 73
Binary 10000111 1101110 11000001 11110 101011 0 11000 100000010 101000 111011

Color Harmonies of #876EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876EC1

Black with #876EC1

Text Example


Text Example

White with #876EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876EC1; }

 p { color: rgb(135,110,193); }

 H1.HeaderClassName
 {
   color: #876EC1;
 }
 .AnyTagClassName
 {
   color: #876EC1;
 }
</style>

background-color css

<style>
 a { background-color: #876EC1; }

 a { background-color: rgb(135,110,193); }

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

border-color css

<style>
 span { border-color: #876EC1; }

 span { border-color: rgb(135,110,193); }

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