Html Css Color HEX #9C5EDF Amethyst

📋 copy color: '#9C5EDF'

red 156 ◦ green 94 ◦ blue 223

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

Shades of Amethyst #9C5EDF

Tints of Amethyst #9C5EDF

RGB

 RED value IS 156 (61.33% from 255) = 32.98%

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

 BLUE value IS 223 (87.5% from 255) = 47.15%

R = 32.98%
G = 19.87%
B = 47.15%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C5EDF (or 0x9C5EDF) is known color: Amethyst. HEX triplet: 9C, 5E and DF. RGB value is (156,94,223). Sum of RGB (Red+Green+Blue) = 156+94+223=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C5EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5EDF is #63A120. Grayscale: #7E7E7E. Windows color (decimal): -6529313 or 14638748. OLE color: 14638748.

HSL color Cylindrical-coordinate representation of color #9C5EDF: hue angle of 268.84º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C5EDF is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 94 223 -
CMYK 0.30 0.58 0 0.13
HSL 268.84º 0.67% 0.62% -
HSV(B) 268.84º 0.58% 0.87% -
XYZ 31.03 20.4 72.11 -
YUV 127.24 182.04 148.51 -
System Red Green Blue C M Y K H S L
Decimal 156 94 223 0.30 0.58 0 0.13 268.84 0.67 0.62
Hex 9C 5E DF 1E 3A 0 D 10D 43 3E
Octal 234 136 337 36 72 0 15 415 103 76
Binary 10011100 1011110 11011111 11110 111010 0 1101 100001101 1000011 111110

Color Harmonies of #9C5EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5EDF

Black with #9C5EDF

Text Example


Text Example

White with #9C5EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,94,223); }

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

background-color css

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

 a { background-color: rgb(156,94,223); }

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

border-color css

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

 span { border-color: rgb(156,94,223); }

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