Html Css Color HEX #9C56E0 Amethyst

📋 copy color: '#9C56E0'

red 156 ◦ green 86 ◦ blue 224

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

Shades of Amethyst #9C56E0

Tints of Amethyst #9C56E0

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.45%

 BLUE value IS 224 (87.89% from 255) = 48.07%

R = 33.48%
G = 18.45%
B = 48.07%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9C56E0 (or 0x9C56E0) is known color: Amethyst. HEX triplet: 9C, 56 and E0. RGB value is (156,86,224). Sum of RGB (Red+Green+Blue) = 156+86+224=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #9C56E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C56E0 is #63A91F. Grayscale: #7A7A7A. Windows color (decimal): -6531360 or 14702236. OLE color: 14702236.

HSL color Cylindrical-coordinate representation of color #9C56E0: hue angle of 270.43º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C56E0 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 156 86 224 -
CMYK 0.30 0.62 0 0.12
HSL 270.43º 0.69% 0.61% -
HSV(B) 270.43º 0.62% 0.88% -
XYZ 30.49 19.11 72.6 -
YUV 122.66 185.19 151.78 -
System Red Green Blue C M Y K H S L
Decimal 156 86 224 0.30 0.62 0 0.12 270.43 0.69 0.61
Hex 9C 56 E0 1E 3E 0 C 10E 45 3D
Octal 234 126 340 36 76 0 14 416 105 75
Binary 10011100 1010110 11100000 11110 111110 0 1100 100001110 1000101 111101

Color Harmonies of #9C56E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C56E0

Black with #9C56E0

Text Example


Text Example

White with #9C56E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,86,224); }

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

background-color css

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

 a { background-color: rgb(156,86,224); }

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

border-color css

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

 span { border-color: rgb(156,86,224); }

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