Html Css Color HEX #885DCC Amethyst

📋 copy color: '#885DCC'

red 136 ◦ green 93 ◦ blue 204

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

Shades of Amethyst #885DCC

Tints of Amethyst #885DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 31.41%
G = 21.48%
B = 47.11%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#885DCC (or 0x885DCC) is known color: Amethyst. HEX triplet: 88, 5D and CC. RGB value is (136,93,204). Sum of RGB (Red+Green+Blue) = 136+93+204=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #885DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885DCC is #77A233. Grayscale: #767676. Windows color (decimal): -7840308 or 13393288. OLE color: 13393288.

HSL color Cylindrical-coordinate representation of color #885DCC: hue angle of 263.24º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #885DCC is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 93 204 -
CMYK 0.33 0.54 0 0.2
HSL 263.24º 0.52% 0.58% -
HSV(B) 263.24º 0.54% 0.8% -
XYZ 24.97 17.42 59.17 -
YUV 118.51 176.25 140.47 -
System Red Green Blue C M Y K H S L
Decimal 136 93 204 0.33 0.54 0 0.2 263.24 0.52 0.58
Hex 88 5D CC 21 36 0 14 107 34 3A
Octal 210 135 314 41 66 0 24 407 64 72
Binary 10001000 1011101 11001100 100001 110110 0 10100 100000111 110100 111010

Color Harmonies of #885DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885DCC

Black with #885DCC

Text Example


Text Example

White with #885DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,93,204); }

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

background-color css

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

 a { background-color: rgb(136,93,204); }

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

border-color css

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

 span { border-color: rgb(136,93,204); }

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