Html Css Color HEX #885ECF Amethyst

📋 copy color: '#885ECF'

red 136 ◦ green 94 ◦ blue 207

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

Shades of Amethyst #885ECF

Tints of Amethyst #885ECF

RGB

 RED value IS 136 (53.52% from 255) = 31.12%

 GREEN value IS 94 (37.11% from 255) = 21.51%

 BLUE value IS 207 (81.25% from 255) = 47.37%

R = 31.12%
G = 21.51%
B = 47.37%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#885ECF (or 0x885ECF) is known color: Amethyst. HEX triplet: 88, 5E and CF. RGB value is (136,94,207). Sum of RGB (Red+Green+Blue) = 136+94+207=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #885ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885ECF is #77A130. Grayscale: #777777. Windows color (decimal): -7840049 or 13590152. OLE color: 13590152.

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

Color convert

RGB 136 94 207 -
CMYK 0.34 0.55 0 0.19
HSL 262.3º 0.54% 0.59% -
HSV(B) 262.3º 0.55% 0.81% -
XYZ 25.42 17.74 61.12 -
YUV 119.44 177.41 139.81 -
System Red Green Blue C M Y K H S L
Decimal 136 94 207 0.34 0.55 0 0.19 262.3 0.54 0.59
Hex 88 5E CF 22 37 0 13 106 36 3B
Octal 210 136 317 42 67 0 23 406 66 73
Binary 10001000 1011110 11001111 100010 110111 0 10011 100000110 110110 111011

Color Harmonies of #885ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885ECF

Black with #885ECF

Text Example


Text Example

White with #885ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885ECF; }

 p { color: rgb(136,94,207); }

 H1.HeaderClassName
 {
   color: #885ECF;
 }
 .AnyTagClassName
 {
   color: #885ECF;
 }
</style>

background-color css

<style>
 a { background-color: #885ECF; }

 a { background-color: rgb(136,94,207); }

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

border-color css

<style>
 span { border-color: #885ECF; }

 span { border-color: rgb(136,94,207); }

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