Html Css Color HEX #9F52DA Amethyst

📋 copy color: '#9F52DA'

red 159 ◦ green 82 ◦ blue 218

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

Shades of Amethyst #9F52DA

Tints of Amethyst #9F52DA

RGB

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

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

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

R = 34.64%
G = 17.86%
B = 47.49%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9F52DA (or 0x9F52DA) is known color: Amethyst. HEX triplet: 9F, 52 and DA. RGB value is (159,82,218). Sum of RGB (Red+Green+Blue) = 159+82+218=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F52DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F52DA is #60AD25. Grayscale: #787878. Windows color (decimal): -6335782 or 14307999. OLE color: 14307999.

HSL color Cylindrical-coordinate representation of color #9F52DA: hue angle of 273.97º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F52DA is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 82 218 -
CMYK 0.27 0.62 0 0.15
HSL 273.97º 0.65% 0.59% -
HSV(B) 273.97º 0.62% 0.85% -
XYZ 29.97 18.47 68.31 -
YUV 120.53 183.01 155.44 -
System Red Green Blue C M Y K H S L
Decimal 159 82 218 0.27 0.62 0 0.15 273.97 0.65 0.59
Hex 9F 52 DA 1B 3E 0 F 112 41 3B
Octal 237 122 332 33 76 0 17 422 101 73
Binary 10011111 1010010 11011010 11011 111110 0 1111 100010010 1000001 111011

Color Harmonies of #9F52DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F52DA

Black with #9F52DA

Text Example


Text Example

White with #9F52DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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