Html Css Color HEX #9F58DA Amethyst

📋 copy color: '#9F58DA'

red 159 ◦ green 88 ◦ blue 218

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

Shades of Amethyst #9F58DA

Tints of Amethyst #9F58DA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.92%

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

R = 34.19%
G = 18.92%
B = 46.88%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9F58DA (or 0x9F58DA) is known color: Amethyst. HEX triplet: 9F, 58 and DA. RGB value is (159,88,218). Sum of RGB (Red+Green+Blue) = 159+88+218=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F58DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F58DA is #60A725. Grayscale: #7B7B7B. Windows color (decimal): -6334246 or 14309535. OLE color: 14309535.

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

Color convert

RGB 159 88 218 -
CMYK 0.27 0.60 0 0.15
HSL 272.77º 0.64% 0.6% -
HSV(B) 272.77º 0.6% 0.85% -
XYZ 30.44 19.41 68.47 -
YUV 124.05 181.02 152.93 -
System Red Green Blue C M Y K H S L
Decimal 159 88 218 0.27 0.60 0 0.15 272.77 0.64 0.6
Hex 9F 58 DA 1B 3C 0 F 111 40 3C
Octal 237 130 332 33 74 0 17 421 100 74
Binary 10011111 1011000 11011010 11011 111100 0 1111 100010001 1000000 111100

Color Harmonies of #9F58DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F58DA

Black with #9F58DA

Text Example


Text Example

White with #9F58DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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