Html Css Color HEX #9F5ECC Amethyst

📋 copy color: '#9F5ECC'

red 159 ◦ green 94 ◦ blue 204

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

Shades of Amethyst #9F5ECC

Tints of Amethyst #9F5ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.57%

 BLUE value IS 204 (80.08% from 255) = 44.64%

R = 34.79%
G = 20.57%
B = 44.64%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9F5ECC (or 0x9F5ECC) is known color: Amethyst. HEX triplet: 9F, 5E and CC. RGB value is (159,94,204). Sum of RGB (Red+Green+Blue) = 159+94+204=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F5ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5ECC is #60A133. Grayscale: #7D7D7D. Windows color (decimal): -6332724 or 13393567. OLE color: 13393567.

HSL color Cylindrical-coordinate representation of color #9F5ECC: hue angle of 275.45º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F5ECC is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 159 94 204 -
CMYK 0.22 0.54 0 0.2
HSL 275.45º 0.52% 0.58% -
HSV(B) 275.45º 0.54% 0.8% -
XYZ 29.2 19.74 59.4 -
YUV 125.98 172.03 151.56 -
System Red Green Blue C M Y K H S L
Decimal 159 94 204 0.22 0.54 0 0.2 275.45 0.52 0.58
Hex 9F 5E CC 16 36 0 14 113 34 3A
Octal 237 136 314 26 66 0 24 423 64 72
Binary 10011111 1011110 11001100 10110 110110 0 10100 100010011 110100 111010

Color Harmonies of #9F5ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5ECC

Black with #9F5ECC

Text Example


Text Example

White with #9F5ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,94,204); }

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

background-color css

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

 a { background-color: rgb(159,94,204); }

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

border-color css

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

 span { border-color: rgb(159,94,204); }

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