Html Css Color HEX #875BD0 Amethyst

📋 copy color: '#875BD0'

red 135 ◦ green 91 ◦ blue 208

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

Shades of Amethyst #875BD0

Tints of Amethyst #875BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.93%

R = 31.11%
G = 20.97%
B = 47.93%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#875BD0 (or 0x875BD0) is known color: Amethyst. HEX triplet: 87, 5B and D0. RGB value is (135,91,208). Sum of RGB (Red+Green+Blue) = 135+91+208=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 208 - color contains mainly: blue. Hex color #875BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875BD0 is #78A42F. Grayscale: #757575. Windows color (decimal): -7906352 or 13654919. OLE color: 13654919.

HSL color Cylindrical-coordinate representation of color #875BD0: hue angle of 262.56º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #875BD0 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 135 91 208 -
CMYK 0.35 0.56 0 0.18
HSL 262.56º 0.55% 0.59% -
HSV(B) 262.56º 0.56% 0.82% -
XYZ 25.12 17.19 61.67 -
YUV 117.49 179.08 140.49 -
System Red Green Blue C M Y K H S L
Decimal 135 91 208 0.35 0.56 0 0.18 262.56 0.55 0.59
Hex 87 5B D0 23 38 0 12 107 37 3B
Octal 207 133 320 43 70 0 22 407 67 73
Binary 10000111 1011011 11010000 100011 111000 0 10010 100000111 110111 111011

Color Harmonies of #875BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875BD0

Black with #875BD0

Text Example


Text Example

White with #875BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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