Html Css Color HEX #8953DB Amethyst

📋 copy color: '#8953DB'

red 137 ◦ green 83 ◦ blue 219

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

Shades of Amethyst #8953DB

Tints of Amethyst #8953DB

RGB

 RED value IS 137 (53.91% from 255) = 31.21%

 GREEN value IS 83 (32.81% from 255) = 18.91%

 BLUE value IS 219 (85.94% from 255) = 49.89%

R = 31.21%
G = 18.91%
B = 49.89%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8953DB (or 0x8953DB) is known color: Amethyst. HEX triplet: 89, 53 and DB. RGB value is (137,83,219). Sum of RGB (Red+Green+Blue) = 137+83+219=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #8953DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8953DB is #76AC24. Grayscale: #727272. Windows color (decimal): -7777317 or 14373769. OLE color: 14373769.

HSL color Cylindrical-coordinate representation of color #8953DB: hue angle of 263.82º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8953DB is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 83 219 -
CMYK 0.37 0.62 0 0.14
HSL 263.82º 0.65% 0.59% -
HSV(B) 263.82º 0.62% 0.86% -
XYZ 26.2 16.62 68.85 -
YUV 114.65 186.89 143.94 -
System Red Green Blue C M Y K H S L
Decimal 137 83 219 0.37 0.62 0 0.14 263.82 0.65 0.59
Hex 89 53 DB 25 3E 0 E 108 41 3B
Octal 211 123 333 45 76 0 16 410 101 73
Binary 10001001 1010011 11011011 100101 111110 0 1110 100001000 1000001 111011

Color Harmonies of #8953DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8953DB

Black with #8953DB

Text Example


Text Example

White with #8953DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8953DB; }

 p { color: rgb(137,83,219); }

 H1.HeaderClassName
 {
   color: #8953DB;
 }
 .AnyTagClassName
 {
   color: #8953DB;
 }
</style>

background-color css

<style>
 a { background-color: #8953DB; }

 a { background-color: rgb(137,83,219); }

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

border-color css

<style>
 span { border-color: #8953DB; }

 span { border-color: rgb(137,83,219); }

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