#875FCA

Color #875FCA True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #875FCA

Tints of True V #875FCA

Color information

#875FCA (or 0x875FCA) is unknown color: approx True V. HEX triplet: 87, 5F and CA. RGB value is (135,95,202). Sum of RGB (Red+Green+Blue) = 135+95+202=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #875FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875FCA is #78A035. Grayscale: #767676. Windows color (decimal): -7905334 or 13262727. OLE color: 13262727.

HSL color Cylindrical-coordinate representation of color #875FCA: hue angle of 262.43º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #875FCA is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13595202-
CMYK0.330.5300.21
HSL262.43º50.23%58.24%-
HSV(B)262.43º52.97%79.22%-
XYZ24.7417.657.97-
YUV119.16174.75139.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.25%
GREEN value IS 95 (37.5% from 255) = 21.99%
BLUE value IS 202 (79.30% from 255) = 46.76%
R=31.25%
G=21.99%
B=46.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal135952020.330.5300.21262.4350.2358.24
Hex875FCA2135015106323a
Octal20713731241650254066272
Binary10000111101111111001010100001110101010101100000110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875FCA; }

 p { color: rgb(135,95,202); }

 H1.HeaderClassName
 {
   color: #875FCA;
 }
 .AnyTagClassName
 {
   color: #875FCA;
 }
</style>
background-color css

<style>
 a { background-color: #875FCA; }

 a { background-color: rgb(135,95,202); }

 div.DivClassName
 {
   background-color: #875FCA;
 }
 .BgClassName
 {
   background-color: #875FCA;
 }
</style>
border-color css

<style>
 span { border-color: #875FCA; }

 span { border-color: rgb(135,95,202); }

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