Html Css Color HEX #8850DD Amethyst

📋 copy color: '#8850DD'

red 136 ◦ green 80 ◦ blue 221

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

Shades of Amethyst #8850DD

Tints of Amethyst #8850DD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.31%

 BLUE value IS 221 (86.72% from 255) = 50.57%

R = 31.12%
G = 18.31%
B = 50.57%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8850DD (or 0x8850DD) is known color: Amethyst. HEX triplet: 88, 50 and DD. RGB value is (136,80,221). Sum of RGB (Red+Green+Blue) = 136+80+221=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #8850DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8850DD is #77AF22. Grayscale: #707070. Windows color (decimal): -7843619 or 14504072. OLE color: 14504072.

HSL color Cylindrical-coordinate representation of color #8850DD: hue angle of 263.83º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8850DD is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 80 221 -
CMYK 0.38 0.64 0 0.13
HSL 263.83º 0.67% 0.59% -
HSV(B) 263.83º 0.64% 0.87% -
XYZ 26.07 16.19 70.16 -
YUV 112.82 189.05 144.54 -
System Red Green Blue C M Y K H S L
Decimal 136 80 221 0.38 0.64 0 0.13 263.83 0.67 0.59
Hex 88 50 DD 26 40 0 D 108 43 3B
Octal 210 120 335 46 100 0 15 410 103 73
Binary 10001000 1010000 11011101 100110 1000000 0 1101 100001000 1000011 111011

Color Harmonies of #8850DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8850DD

Black with #8850DD

Text Example


Text Example

White with #8850DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8850DD; }

 p { color: rgb(136,80,221); }

 H1.HeaderClassName
 {
   color: #8850DD;
 }
 .AnyTagClassName
 {
   color: #8850DD;
 }
</style>

background-color css

<style>
 a { background-color: #8850DD; }

 a { background-color: rgb(136,80,221); }

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

border-color css

<style>
 span { border-color: #8850DD; }

 span { border-color: rgb(136,80,221); }

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