Html Css Color HEX #875ACE Amethyst

📋 copy color: '#875ACE'

red 135 ◦ green 90 ◦ blue 206

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

Shades of Amethyst #875ACE

Tints of Amethyst #875ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 31.32%
G = 20.88%
B = 47.8%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#875ACE (or 0x875ACE) is known color: Amethyst. HEX triplet: 87, 5A and CE. RGB value is (135,90,206). Sum of RGB (Red+Green+Blue) = 135+90+206=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #875ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875ACE is #78A531. Grayscale: #747474. Windows color (decimal): -7906610 or 13523591. OLE color: 13523591.

HSL color Cylindrical-coordinate representation of color #875ACE: hue angle of 263.28º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #875ACE is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 90 206 -
CMYK 0.34 0.56 0 0.19
HSL 263.28º 0.54% 0.58% -
HSV(B) 263.28º 0.56% 0.81% -
XYZ 24.79 16.92 60.35 -
YUV 116.68 178.41 141.07 -
System Red Green Blue C M Y K H S L
Decimal 135 90 206 0.34 0.56 0 0.19 263.28 0.54 0.58
Hex 87 5A CE 22 38 0 13 107 36 3A
Octal 207 132 316 42 70 0 23 407 66 72
Binary 10000111 1011010 11001110 100010 111000 0 10011 100000111 110110 111010

Color Harmonies of #875ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875ACE

Black with #875ACE

Text Example


Text Example

White with #875ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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