Html Css Color HEX #875DC7 Amethyst

📋 copy color: '#875DC7'

red 135 ◦ green 93 ◦ blue 199

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

Shades of Amethyst #875DC7

Tints of Amethyst #875DC7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.78%

 BLUE value IS 199 (78.13% from 255) = 46.6%

R = 31.62%
G = 21.78%
B = 46.6%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#875DC7 (or 0x875DC7) is known color: Amethyst. HEX triplet: 87, 5D and C7. RGB value is (135,93,199). Sum of RGB (Red+Green+Blue) = 135+93+199=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 199 (78.12% from 255 or 46.60% from 427); Max value from RGB is 199 - color contains mainly: blue. Hex color #875DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875DC7 is #78A238. Grayscale: #757575. Windows color (decimal): -7905849 or 13065607. OLE color: 13065607.

HSL color Cylindrical-coordinate representation of color #875DC7: hue angle of 263.77º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #875DC7 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 135 93 199 -
CMYK 0.32 0.53 0 0.22
HSL 263.77º 0.49% 0.57% -
HSV(B) 263.77º 0.53% 0.78% -
XYZ 24.21 17.1 56.06 -
YUV 117.64 173.91 140.38 -
System Red Green Blue C M Y K H S L
Decimal 135 93 199 0.32 0.53 0 0.22 263.77 0.49 0.57
Hex 87 5D C7 20 35 0 16 108 31 39
Octal 207 135 307 40 65 0 26 410 61 71
Binary 10000111 1011101 11000111 100000 110101 0 10110 100001000 110001 111001

Color Harmonies of #875DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875DC7

Black with #875DC7

Text Example


Text Example

White with #875DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,93,199); }

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

background-color css

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

 a { background-color: rgb(135,93,199); }

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

border-color css

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

 span { border-color: rgb(135,93,199); }

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