Html Css Color HEX #875ACB Amethyst

📋 copy color: '#875ACB'

red 135 ◦ green 90 ◦ blue 203

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

Shades of Amethyst #875ACB

Tints of Amethyst #875ACB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.03%

 BLUE value IS 203 (79.69% from 255) = 47.43%

R = 31.54%
G = 21.03%
B = 47.43%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#875ACB (or 0x875ACB) is known color: Amethyst. HEX triplet: 87, 5A and CB. RGB value is (135,90,203). Sum of RGB (Red+Green+Blue) = 135+90+203=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #875ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875ACB is #78A534. Grayscale: #737373. Windows color (decimal): -7906613 or 13326983. OLE color: 13326983.

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

Color convert

RGB 135 90 203 -
CMYK 0.33 0.56 0 0.20
HSL 263.89º 0.52% 0.57% -
HSV(B) 263.89º 0.56% 0.8% -
XYZ 24.43 16.78 58.45 -
YUV 116.34 176.91 141.31 -
System Red Green Blue C M Y K H S L
Decimal 135 90 203 0.33 0.56 0 0.20 263.89 0.52 0.57
Hex 87 5A CB 21 38 0 14 108 34 39
Octal 207 132 313 41 70 0 24 410 64 71
Binary 10000111 1011010 11001011 100001 111000 0 10100 100001000 110100 111001

Color Harmonies of #875ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875ACB

Black with #875ACB

Text Example


Text Example

White with #875ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #875ACB;
 }
 .AnyTagClassName
 {
   color: #875ACB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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