#875CCB

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

Shades of Amethyst #875CCB

Tints of Amethyst #875CCB

Color information

#875CCB (or 0x875CCB) is unknown color: approx Amethyst. HEX triplet: 87, 5C and CB. RGB value is (135,92,203). Sum of RGB (Red+Green+Blue) = 135+92+203=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #875CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875CCB is #78A334. Grayscale: #757575. Windows color (decimal): -7906101 or 13327495. OLE color: 13327495.

HSL color Cylindrical-coordinate representation of color #875CCB: hue angle of 263.24º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #875CCB is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13592203-
CMYK0.330.5500.20
HSL263.24º51.63%57.84%-
HSV(B)263.24º54.68%79.61%-
XYZ24.617.1258.51-
YUV117.51176.25140.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.40%
GREEN value IS 92 (36.33% from 255) = 21.40%
BLUE value IS 203 (79.69% from 255) = 47.21%
R=31.40%
G=21.40%
B=47.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal135922030.330.5500.20263.2451.6357.84
Hex875CCB2137014107343a
Octal20713431341670244076472
Binary10000111101110011001011100001110111010100100000111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,92,203); }

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

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

 a { background-color: rgb(135,92,203); }

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

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

 span { border-color: rgb(135,92,203); }

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