Html Css Color HEX #885CCA Amethyst

📋 copy color: '#885CCA'

red 136 ◦ green 92 ◦ blue 202

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

Shades of Amethyst #885CCA

Tints of Amethyst #885CCA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.4%

 BLUE value IS 202 (79.3% from 255) = 46.98%

R = 31.63%
G = 21.4%
B = 46.98%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#885CCA (or 0x885CCA) is known color: Amethyst. HEX triplet: 88, 5C and CA. RGB value is (136,92,202). Sum of RGB (Red+Green+Blue) = 136+92+202=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #885CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885CCA is #77A335. Grayscale: #757575. Windows color (decimal): -7840566 or 13261960. OLE color: 13261960.

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

Color convert

RGB 136 92 202 -
CMYK 0.33 0.54 0 0.21
HSL 264º 0.51% 0.58% -
HSV(B) 264º 0.54% 0.79% -
XYZ 24.64 17.15 57.89 -
YUV 117.7 175.58 141.06 -
System Red Green Blue C M Y K H S L
Decimal 136 92 202 0.33 0.54 0 0.21 264 0.51 0.58
Hex 88 5C CA 21 36 0 15 108 33 3A
Octal 210 134 312 41 66 0 25 410 63 72
Binary 10001000 1011100 11001010 100001 110110 0 10101 100001000 110011 111010

Color Harmonies of #885CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885CCA

Black with #885CCA

Text Example


Text Example

White with #885CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,92,202); }

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

background-color css

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

 a { background-color: rgb(136,92,202); }

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

border-color css

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

 span { border-color: rgb(136,92,202); }

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