Html Css Color HEX #9F58CE Amethyst

📋 copy color: '#9F58CE'

red 159 ◦ green 88 ◦ blue 206

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

Shades of Amethyst #9F58CE

Tints of Amethyst #9F58CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 35.1%
G = 19.43%
B = 45.47%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F58CE (or 0x9F58CE) is known color: Amethyst. HEX triplet: 9F, 58 and CE. RGB value is (159,88,206). Sum of RGB (Red+Green+Blue) = 159+88+206=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F58CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F58CE is #60A731. Grayscale: #7A7A7A. Windows color (decimal): -6334258 or 13523103. OLE color: 13523103.

HSL color Cylindrical-coordinate representation of color #9F58CE: hue angle of 276.1º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F58CE is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 88 206 -
CMYK 0.23 0.57 0 0.19
HSL 276.1º 0.55% 0.58% -
HSV(B) 276.1º 0.57% 0.81% -
XYZ 28.93 18.81 60.5 -
YUV 122.68 175.02 153.91 -
System Red Green Blue C M Y K H S L
Decimal 159 88 206 0.23 0.57 0 0.19 276.1 0.55 0.58
Hex 9F 58 CE 17 39 0 13 114 37 3A
Octal 237 130 316 27 71 0 23 424 67 72
Binary 10011111 1011000 11001110 10111 111001 0 10011 100010100 110111 111010

Color Harmonies of #9F58CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F58CE

Black with #9F58CE

Text Example


Text Example

White with #9F58CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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