Html Css Color HEX #9E52DB Amethyst

📋 copy color: '#9E52DB'

red 158 ◦ green 82 ◦ blue 219

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

Shades of Amethyst #9E52DB

Tints of Amethyst #9E52DB

RGB

 RED value IS 158 (62.11% from 255) = 34.42%

 GREEN value IS 82 (32.42% from 255) = 17.86%

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

R = 34.42%
G = 17.86%
B = 47.71%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E52DB (or 0x9E52DB) is known color: Amethyst. HEX triplet: 9E, 52 and DB. RGB value is (158,82,219). Sum of RGB (Red+Green+Blue) = 158+82+219=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E52DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E52DB is #61AD24. Grayscale: #777777. Windows color (decimal): -6401317 or 14373534. OLE color: 14373534.

HSL color Cylindrical-coordinate representation of color #9E52DB: hue angle of 273.28º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E52DB is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 82 219 -
CMYK 0.28 0.63 0 0.14
HSL 273.28º 0.66% 0.59% -
HSV(B) 273.28º 0.63% 0.86% -
XYZ 29.9 18.42 69 -
YUV 120.34 183.68 154.86 -
System Red Green Blue C M Y K H S L
Decimal 158 82 219 0.28 0.63 0 0.14 273.28 0.66 0.59
Hex 9E 52 DB 1C 3F 0 E 111 42 3B
Octal 236 122 333 34 77 0 16 421 102 73
Binary 10011110 1010010 11011011 11100 111111 0 1110 100010001 1000010 111011

Color Harmonies of #9E52DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E52DB

Black with #9E52DB

Text Example


Text Example

White with #9E52DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E52DB; }

 p { color: rgb(158,82,219); }

 H1.HeaderClassName
 {
   color: #9E52DB;
 }
 .AnyTagClassName
 {
   color: #9E52DB;
 }
</style>

background-color css

<style>
 a { background-color: #9E52DB; }

 a { background-color: rgb(158,82,219); }

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

border-color css

<style>
 span { border-color: #9E52DB; }

 span { border-color: rgb(158,82,219); }

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