Html Css Color HEX #875BC0 Amethyst

📋 copy color: '#875BC0'

red 135 ◦ green 91 ◦ blue 192

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

Shades of Amethyst #875BC0

Tints of Amethyst #875BC0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.77%

 BLUE value IS 192 (75.39% from 255) = 45.93%

R = 32.3%
G = 21.77%
B = 45.93%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#875BC0 (or 0x875BC0) is known color: Amethyst. HEX triplet: 87, 5B and C0. RGB value is (135,91,192). Sum of RGB (Red+Green+Blue) = 135+91+192=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #875BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875BC0 is #78A43F. Grayscale: #737373. Windows color (decimal): -7906368 or 12606343. OLE color: 12606343.

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

Color convert

RGB 135 91 192 -
CMYK 0.30 0.53 0 0.25
HSL 266.14º 0.44% 0.55% -
HSV(B) 266.14º 0.53% 0.75% -
XYZ 23.25 16.44 51.82 -
YUV 115.67 171.08 141.79 -
System Red Green Blue C M Y K H S L
Decimal 135 91 192 0.30 0.53 0 0.25 266.14 0.44 0.55
Hex 87 5B C0 1E 35 0 19 10A 2C 37
Octal 207 133 300 36 65 0 31 412 54 67
Binary 10000111 1011011 11000000 11110 110101 0 11001 100001010 101100 110111

Color Harmonies of #875BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875BC0

Black with #875BC0

Text Example


Text Example

White with #875BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,91,192); }

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

background-color css

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

 a { background-color: rgb(135,91,192); }

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

border-color css

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

 span { border-color: rgb(135,91,192); }

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