Html Css Color HEX #9F52D6 Amethyst

📋 copy color: '#9F52D6'

red 159 ◦ green 82 ◦ blue 214

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

Shades of Amethyst #9F52D6

Tints of Amethyst #9F52D6

RGB

 RED value IS 159 (62.5% from 255) = 34.95%

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

 BLUE value IS 214 (83.98% from 255) = 47.03%

R = 34.95%
G = 18.02%
B = 47.03%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9F52D6 (or 0x9F52D6) is known color: Amethyst. HEX triplet: 9F, 52 and D6. RGB value is (159,82,214). Sum of RGB (Red+Green+Blue) = 159+82+214=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 214 (83.98% from 255 or 47.03% from 455); Max value from RGB is 214 - color contains mainly: blue. Hex color #9F52D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F52D6 is #60AD29. Grayscale: #777777. Windows color (decimal): -6335786 or 14045855. OLE color: 14045855.

HSL color Cylindrical-coordinate representation of color #9F52D6: hue angle of 275º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F52D6 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 82 214 -
CMYK 0.26 0.62 0 0.16
HSL 275º 0.62% 0.58% -
HSV(B) 275º 0.62% 0.84% -
XYZ 29.45 18.26 65.59 -
YUV 120.07 181.01 155.77 -
System Red Green Blue C M Y K H S L
Decimal 159 82 214 0.26 0.62 0 0.16 275 0.62 0.58
Hex 9F 52 D6 1A 3E 0 10 113 3E 3A
Octal 237 122 326 32 76 0 20 423 76 72
Binary 10011111 1010010 11010110 11010 111110 0 10000 100010011 111110 111010

Color Harmonies of #9F52D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F52D6

Black with #9F52D6

Text Example


Text Example

White with #9F52D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,82,214); }

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

background-color css

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

 a { background-color: rgb(159,82,214); }

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

border-color css

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

 span { border-color: rgb(159,82,214); }

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