Html Css Color HEX #876CC1 True V

📋 copy color: '#876CC1'

red 135 ◦ green 108 ◦ blue 193

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

Shades of True V #876CC1

Tints of True V #876CC1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.77%

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

R = 30.96%
G = 24.77%
B = 44.27%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#876CC1 (or 0x876CC1) is known color: True V. HEX triplet: 87, 6C and C1. RGB value is (135,108,193). Sum of RGB (Red+Green+Blue) = 135+108+193=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #876CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876CC1 is #78933E. Grayscale: #7D7D7D. Windows color (decimal): -7902015 or 12676231. OLE color: 12676231.

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

Color convert

RGB 135 108 193 -
CMYK 0.30 0.44 0 0.24
HSL 259.06º 0.41% 0.59% -
HSV(B) 259.06º 0.44% 0.76% -
XYZ 24.98 19.73 52.94 -
YUV 125.76 165.95 134.59 -
System Red Green Blue C M Y K H S L
Decimal 135 108 193 0.30 0.44 0 0.24 259.06 0.41 0.59
Hex 87 6C C1 1E 2C 0 18 103 29 3B
Octal 207 154 301 36 54 0 30 403 51 73
Binary 10000111 1101100 11000001 11110 101100 0 11000 100000011 101001 111011

Color Harmonies of #876CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876CC1

Black with #876CC1

Text Example


Text Example

White with #876CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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