Html Css Color HEX #875BCE Amethyst

📋 copy color: '#875BCE'

red 135 ◦ green 91 ◦ blue 206

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

Shades of Amethyst #875BCE

Tints of Amethyst #875BCE

RGB

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

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

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

R = 31.25%
G = 21.06%
B = 47.69%

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

#875BCE (or 0x875BCE) is known color: Amethyst. HEX triplet: 87, 5B and CE. RGB value is (135,91,206). Sum of RGB (Red+Green+Blue) = 135+91+206=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #875BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875BCE is #78A431. Grayscale: #747474. Windows color (decimal): -7906354 or 13523847. OLE color: 13523847.

HSL color Cylindrical-coordinate representation of color #875BCE: hue angle of 262.96º 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 #875BCE is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 91 206 -
CMYK 0.34 0.56 0 0.19
HSL 262.96º 0.54% 0.58% -
HSV(B) 262.96º 0.56% 0.81% -
XYZ 24.87 17.09 60.38 -
YUV 117.27 178.08 140.65 -
System Red Green Blue C M Y K H S L
Decimal 135 91 206 0.34 0.56 0 0.19 262.96 0.54 0.58
Hex 87 5B CE 22 38 0 13 107 36 3A
Octal 207 133 316 42 70 0 23 407 66 72
Binary 10000111 1011011 11001110 100010 111000 0 10011 100000111 110110 111010

Color Harmonies of #875BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875BCE

Black with #875BCE

Text Example


Text Example

White with #875BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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