Html Css Color HEX #8755D1 Amethyst

📋 copy color: '#8755D1'

red 135 ◦ green 85 ◦ blue 209

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

Shades of Amethyst #8755D1

Tints of Amethyst #8755D1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.81%

 BLUE value IS 209 (82.03% from 255) = 48.72%

R = 31.47%
G = 19.81%
B = 48.72%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8755D1 (or 0x8755D1) is known color: Amethyst. HEX triplet: 87, 55 and D1. RGB value is (135,85,209). Sum of RGB (Red+Green+Blue) = 135+85+209=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 209 (82.03% from 255 or 48.72% from 429); Max value from RGB is 209 - color contains mainly: blue. Hex color #8755D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8755D1 is #78AA2E. Grayscale: #717171. Windows color (decimal): -7907887 or 13718919. OLE color: 13718919.

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

Color convert

RGB 135 85 209 -
CMYK 0.35 0.59 0 0.18
HSL 264.19º 0.57% 0.58% -
HSV(B) 264.19º 0.59% 0.82% -
XYZ 24.75 16.25 62.15 -
YUV 114.09 181.57 142.92 -
System Red Green Blue C M Y K H S L
Decimal 135 85 209 0.35 0.59 0 0.18 264.19 0.57 0.58
Hex 87 55 D1 23 3B 0 12 108 39 3A
Octal 207 125 321 43 73 0 22 410 71 72
Binary 10000111 1010101 11010001 100011 111011 0 10010 100001000 111001 111010

Color Harmonies of #8755D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8755D1

Black with #8755D1

Text Example


Text Example

White with #8755D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8755D1; }

 p { color: rgb(135,85,209); }

 H1.HeaderClassName
 {
   color: #8755D1;
 }
 .AnyTagClassName
 {
   color: #8755D1;
 }
</style>

background-color css

<style>
 a { background-color: #8755D1; }

 a { background-color: rgb(135,85,209); }

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

border-color css

<style>
 span { border-color: #8755D1; }

 span { border-color: rgb(135,85,209); }

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