Html Css Color HEX #875ABF Amethyst

📋 copy color: '#875ABF'

red 135 ◦ green 90 ◦ blue 191

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

Shades of Amethyst #875ABF

Tints of Amethyst #875ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.91%

R = 32.45%
G = 21.63%
B = 45.91%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#875ABF (or 0x875ABF) is known color: Amethyst. HEX triplet: 87, 5A and BF. RGB value is (135,90,191). Sum of RGB (Red+Green+Blue) = 135+90+191=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #875ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875ABF is #78A540. Grayscale: #727272. Windows color (decimal): -7906625 or 12540551. OLE color: 12540551.

HSL color Cylindrical-coordinate representation of color #875ABF: hue angle of 266.73º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #875ABF is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 90 191 -
CMYK 0.29 0.53 0 0.25
HSL 266.73º 0.44% 0.55% -
HSV(B) 266.73º 0.53% 0.75% -
XYZ 23.05 16.22 51.21 -
YUV 114.97 170.91 142.29 -
System Red Green Blue C M Y K H S L
Decimal 135 90 191 0.29 0.53 0 0.25 266.73 0.44 0.55
Hex 87 5A BF 1D 35 0 19 10B 2C 37
Octal 207 132 277 35 65 0 31 413 54 67
Binary 10000111 1011010 10111111 11101 110101 0 11001 100001011 101100 110111

Color Harmonies of #875ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875ABF

Black with #875ABF

Text Example


Text Example

White with #875ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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