Html Css Color HEX #885CC7 Amethyst

📋 copy color: '#885CC7'

red 136 ◦ green 92 ◦ blue 199

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

Shades of Amethyst #885CC7

Tints of Amethyst #885CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 46.6%

R = 31.85%
G = 21.55%
B = 46.6%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#885CC7 (or 0x885CC7) is known color: Amethyst. HEX triplet: 88, 5C and C7. RGB value is (136,92,199). Sum of RGB (Red+Green+Blue) = 136+92+199=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 199 (78.12% from 255 or 46.60% from 427); Max value from RGB is 199 - color contains mainly: blue. Hex color #885CC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885CC7 is #77A338. Grayscale: #747474. Windows color (decimal): -7840569 or 13065352. OLE color: 13065352.

HSL color Cylindrical-coordinate representation of color #885CC7: hue angle of 264.67º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #885CC7 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 136 92 199 -
CMYK 0.32 0.54 0 0.22
HSL 264.67º 0.49% 0.57% -
HSV(B) 264.67º 0.54% 0.78% -
XYZ 24.29 17.01 56.04 -
YUV 117.35 174.08 141.3 -
System Red Green Blue C M Y K H S L
Decimal 136 92 199 0.32 0.54 0 0.22 264.67 0.49 0.57
Hex 88 5C C7 20 36 0 16 109 31 39
Octal 210 134 307 40 66 0 26 411 61 71
Binary 10001000 1011100 11000111 100000 110110 0 10110 100001001 110001 111001

Color Harmonies of #885CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885CC7

Black with #885CC7

Text Example


Text Example

White with #885CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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