#875FC9

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

Shades of True V #875FC9

Tints of True V #875FC9

Color information

#875FC9 (or 0x875FC9) is unknown color: approx True V. HEX triplet: 87, 5F and C9. RGB value is (135,95,201). Sum of RGB (Red+Green+Blue) = 135+95+201=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #875FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875FC9 is #78A036. Grayscale: #767676. Windows color (decimal): -7905335 or 13197191. OLE color: 13197191.

HSL color Cylindrical-coordinate representation of color #875FC9: hue angle of 262.64º 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 #875FC9 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13595201-
CMYK0.330.5300.21
HSL262.64º49.53%58.04%-
HSV(B)262.64º52.74%78.82%-
XYZ24.6317.5557.35-
YUV119.04174.25139.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.32%
GREEN value IS 95 (37.5% from 255) = 22.04%
BLUE value IS 201 (78.91% from 255) = 46.64%
R=31.32%
G=22.04%
B=46.64%

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
Decimal135952010.330.5300.21262.6449.5358.04
Hex875FC92135015107323a
Octal20713731141650254076272
Binary10000111101111111001001100001110101010101100000111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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