Html Css Color HEX #9A52DE Amethyst

📋 copy color: '#9A52DE'

red 154 ◦ green 82 ◦ blue 222

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

Shades of Amethyst #9A52DE

Tints of Amethyst #9A52DE

RGB

 RED value IS 154 (60.55% from 255) = 33.62%

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

 BLUE value IS 222 (87.11% from 255) = 48.47%

R = 33.62%
G = 17.9%
B = 48.47%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A52DE (or 0x9A52DE) is known color: Amethyst. HEX triplet: 9A, 52 and DE. RGB value is (154,82,222). Sum of RGB (Red+Green+Blue) = 154+82+222=458 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.62% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #9A52DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A52DE is #65AD21. Grayscale: #767676. Windows color (decimal): -6663458 or 14570138. OLE color: 14570138.

HSL color Cylindrical-coordinate representation of color #9A52DE: hue angle of 270.86º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9A52DE is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 82 222 -
CMYK 0.31 0.63 0 0.13
HSL 270.86º 0.68% 0.6% -
HSV(B) 270.86º 0.63% 0.87% -
XYZ 29.53 18.18 71.06 -
YUV 119.49 185.85 152.62 -
System Red Green Blue C M Y K H S L
Decimal 154 82 222 0.31 0.63 0 0.13 270.86 0.68 0.6
Hex 9A 52 DE 1F 3F 0 D 10F 44 3C
Octal 232 122 336 37 77 0 15 417 104 74
Binary 10011010 1010010 11011110 11111 111111 0 1101 100001111 1000100 111100

Color Harmonies of #9A52DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A52DE

Black with #9A52DE

Text Example


Text Example

White with #9A52DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,82,222); }

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

background-color css

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

 a { background-color: rgb(154,82,222); }

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

border-color css

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

 span { border-color: rgb(154,82,222); }

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