Html Css Color HEX #9F5CE4 Amethyst

📋 copy color: '#9F5CE4'

red 159 ◦ green 92 ◦ blue 228

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

Shades of Amethyst #9F5CE4

Tints of Amethyst #9F5CE4

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.21%

 BLUE value IS 228 (89.45% from 255) = 47.6%

R = 33.19%
G = 19.21%
B = 47.6%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9F5CE4 (or 0x9F5CE4) is known color: Amethyst. HEX triplet: 9F, 5C and E4. RGB value is (159,92,228). Sum of RGB (Red+Green+Blue) = 159+92+228=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 228 (89.45% from 255 or 47.60% from 479); Max value from RGB is 228 - color contains mainly: blue. Hex color #9F5CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5CE4 is #60A31B. Grayscale: #7F7F7F. Windows color (decimal): -6333212 or 14965919. OLE color: 14965919.

HSL color Cylindrical-coordinate representation of color #9F5CE4: hue angle of 269.56º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F5CE4 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 159 92 228 -
CMYK 0.30 0.60 0 0.11
HSL 269.56º 0.72% 0.63% -
HSV(B) 269.56º 0.6% 0.89% -
XYZ 32.13 20.63 75.69 -
YUV 127.54 184.7 150.44 -
System Red Green Blue C M Y K H S L
Decimal 159 92 228 0.30 0.60 0 0.11 269.56 0.72 0.63
Hex 9F 5C E4 1E 3C 0 B 10E 48 3F
Octal 237 134 344 36 74 0 13 416 110 77
Binary 10011111 1011100 11100100 11110 111100 0 1011 100001110 1001000 111111

Color Harmonies of #9F5CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5CE4

Black with #9F5CE4

Text Example


Text Example

White with #9F5CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,92,228); }

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

background-color css

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

 a { background-color: rgb(159,92,228); }

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

border-color css

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

 span { border-color: rgb(159,92,228); }

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