Html Css Color HEX #885ACB Amethyst

📋 copy color: '#885ACB'

red 136 ◦ green 90 ◦ blue 203

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

Shades of Amethyst #885ACB

Tints of Amethyst #885ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 31.7%
G = 20.98%
B = 47.32%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#885ACB (or 0x885ACB) is known color: Amethyst. HEX triplet: 88, 5A and CB. RGB value is (136,90,203). Sum of RGB (Red+Green+Blue) = 136+90+203=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #885ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885ACB is #77A534. Grayscale: #747474. Windows color (decimal): -7841077 or 13326984. OLE color: 13326984.

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

Color convert

RGB 136 90 203 -
CMYK 0.33 0.56 0 0.20
HSL 264.42º 0.52% 0.57% -
HSV(B) 264.42º 0.56% 0.8% -
XYZ 24.59 16.86 58.46 -
YUV 116.64 176.74 141.81 -
System Red Green Blue C M Y K H S L
Decimal 136 90 203 0.33 0.56 0 0.20 264.42 0.52 0.57
Hex 88 5A CB 21 38 0 14 108 34 39
Octal 210 132 313 41 70 0 24 410 64 71
Binary 10001000 1011010 11001011 100001 111000 0 10100 100001000 110100 111001

Color Harmonies of #885ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885ACB

Black with #885ACB

Text Example


Text Example

White with #885ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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