Html Css Color HEX #8850DA Amethyst

📋 copy color: '#8850DA'

red 136 ◦ green 80 ◦ blue 218

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

Shades of Amethyst #8850DA

Tints of Amethyst #8850DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.23%

R = 31.34%
G = 18.43%
B = 50.23%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8850DA (or 0x8850DA) is known color: Amethyst. HEX triplet: 88, 50 and DA. RGB value is (136,80,218). Sum of RGB (Red+Green+Blue) = 136+80+218=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #8850DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8850DA is #77AF25. Grayscale: #6F6F6F. Windows color (decimal): -7843622 or 14307464. OLE color: 14307464.

HSL color Cylindrical-coordinate representation of color #8850DA: hue angle of 264.35º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8850DA is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 80 218 -
CMYK 0.38 0.63 0 0.15
HSL 264.35º 0.65% 0.58% -
HSV(B) 264.35º 0.63% 0.85% -
XYZ 25.68 16.03 68.07 -
YUV 112.48 187.55 144.78 -
System Red Green Blue C M Y K H S L
Decimal 136 80 218 0.38 0.63 0 0.15 264.35 0.65 0.58
Hex 88 50 DA 26 3F 0 F 108 41 3A
Octal 210 120 332 46 77 0 17 410 101 72
Binary 10001000 1010000 11011010 100110 111111 0 1111 100001000 1000001 111010

Color Harmonies of #8850DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8850DA

Black with #8850DA

Text Example


Text Example

White with #8850DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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