Html Css Color HEX #8755CE Amethyst

📋 copy color: '#8755CE'

red 135 ◦ green 85 ◦ blue 206

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

Shades of Amethyst #8755CE

Tints of Amethyst #8755CE

RGB

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

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

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

R = 31.69%
G = 19.95%
B = 48.36%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8755CE (or 0x8755CE) is known color: Amethyst. HEX triplet: 87, 55 and CE. RGB value is (135,85,206). Sum of RGB (Red+Green+Blue) = 135+85+206=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #8755CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8755CE is #78AA31. Grayscale: #717171. Windows color (decimal): -7907890 or 13522311. OLE color: 13522311.

HSL color Cylindrical-coordinate representation of color #8755CE: hue angle of 264.79º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8755CE is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 85 206 -
CMYK 0.34 0.59 0 0.19
HSL 264.79º 0.55% 0.57% -
HSV(B) 264.79º 0.59% 0.81% -
XYZ 24.38 16.1 60.22 -
YUV 113.74 180.07 143.16 -
System Red Green Blue C M Y K H S L
Decimal 135 85 206 0.34 0.59 0 0.19 264.79 0.55 0.57
Hex 87 55 CE 22 3B 0 13 109 37 39
Octal 207 125 316 42 73 0 23 411 67 71
Binary 10000111 1010101 11001110 100010 111011 0 10011 100001001 110111 111001

Color Harmonies of #8755CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8755CE

Black with #8755CE

Text Example


Text Example

White with #8755CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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