Html Css Color HEX #885ACC Amethyst

📋 copy color: '#885ACC'

red 136 ◦ green 90 ◦ blue 204

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

Shades of Amethyst #885ACC

Tints of Amethyst #885ACC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.93%

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

R = 31.63%
G = 20.93%
B = 47.44%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#885ACC (or 0x885ACC) is known color: Amethyst. HEX triplet: 88, 5A and CC. RGB value is (136,90,204). Sum of RGB (Red+Green+Blue) = 136+90+204=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #885ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885ACC is #77A533. Grayscale: #747474. Windows color (decimal): -7841076 or 13392520. OLE color: 13392520.

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

Color convert

RGB 136 90 204 -
CMYK 0.33 0.56 0 0.2
HSL 264.21º 0.53% 0.58% -
HSV(B) 264.21º 0.56% 0.8% -
XYZ 24.71 16.91 59.09 -
YUV 116.75 177.24 141.73 -
System Red Green Blue C M Y K H S L
Decimal 136 90 204 0.33 0.56 0 0.2 264.21 0.53 0.58
Hex 88 5A CC 21 38 0 14 108 35 3A
Octal 210 132 314 41 70 0 24 410 65 72
Binary 10001000 1011010 11001100 100001 111000 0 10100 100001000 110101 111010

Color Harmonies of #885ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885ACC

Black with #885ACC

Text Example


Text Example

White with #885ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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