Html Css Color HEX #9C5EDE Amethyst

📋 copy color: '#9C5EDE'

red 156 ◦ green 94 ◦ blue 222

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

Shades of Amethyst #9C5EDE

Tints of Amethyst #9C5EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.03%

R = 33.05%
G = 19.92%
B = 47.03%

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

#9C5EDE (or 0x9C5EDE) is known color: Amethyst. HEX triplet: 9C, 5E and DE. RGB value is (156,94,222). Sum of RGB (Red+Green+Blue) = 156+94+222=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C5EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5EDE is #63A121. Grayscale: #7E7E7E. Windows color (decimal): -6529314 or 14573212. OLE color: 14573212.

HSL color Cylindrical-coordinate representation of color #9C5EDE: hue angle of 269.06º degrees, saturation: 0.66, 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 #9C5EDE is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 94 222 -
CMYK 0.30 0.58 0 0.13
HSL 269.06º 0.66% 0.62% -
HSV(B) 269.06º 0.58% 0.87% -
XYZ 30.9 20.35 71.41 -
YUV 127.13 181.54 148.59 -
System Red Green Blue C M Y K H S L
Decimal 156 94 222 0.30 0.58 0 0.13 269.06 0.66 0.62
Hex 9C 5E DE 1E 3A 0 D 10D 42 3E
Octal 234 136 336 36 72 0 15 415 102 76
Binary 10011100 1011110 11011110 11110 111010 0 1101 100001101 1000010 111110

Color Harmonies of #9C5EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5EDE

Black with #9C5EDE

Text Example


Text Example

White with #9C5EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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