Html Css Color HEX #9C54DC Amethyst

📋 copy color: '#9C54DC'

red 156 ◦ green 84 ◦ blue 220

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

Shades of Amethyst #9C54DC

Tints of Amethyst #9C54DC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.26%

 BLUE value IS 220 (86.33% from 255) = 47.83%

R = 33.91%
G = 18.26%
B = 47.83%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C54DC (or 0x9C54DC) is known color: Amethyst. HEX triplet: 9C, 54 and DC. RGB value is (156,84,220). Sum of RGB (Red+Green+Blue) = 156+84+220=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C54DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C54DC is #63AB23. Grayscale: #787878. Windows color (decimal): -6531876 or 14439580. OLE color: 14439580.

HSL color Cylindrical-coordinate representation of color #9C54DC: hue angle of 271.76º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C54DC is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 84 220 -
CMYK 0.29 0.62 0 0.14
HSL 271.76º 0.66% 0.6% -
HSV(B) 271.76º 0.62% 0.86% -
XYZ 29.8 18.58 69.73 -
YUV 121.03 183.85 152.94 -
System Red Green Blue C M Y K H S L
Decimal 156 84 220 0.29 0.62 0 0.14 271.76 0.66 0.6
Hex 9C 54 DC 1D 3E 0 E 110 42 3C
Octal 234 124 334 35 76 0 16 420 102 74
Binary 10011100 1010100 11011100 11101 111110 0 1110 100010000 1000010 111100

Color Harmonies of #9C54DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C54DC

Black with #9C54DC

Text Example


Text Example

White with #9C54DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,84,220); }

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

background-color css

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

 a { background-color: rgb(156,84,220); }

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

border-color css

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

 span { border-color: rgb(156,84,220); }

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