Html Css Color HEX #9C5DCE Amethyst

📋 copy color: '#9C5DCE'

red 156 ◦ green 93 ◦ blue 206

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

Shades of Amethyst #9C5DCE

Tints of Amethyst #9C5DCE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.44%

 BLUE value IS 206 (80.86% from 255) = 45.27%

R = 34.29%
G = 20.44%
B = 45.27%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9C5DCE (or 0x9C5DCE) is known color: Amethyst. HEX triplet: 9C, 5D and CE. RGB value is (156,93,206). Sum of RGB (Red+Green+Blue) = 156+93+206=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C5DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5DCE is #63A231. Grayscale: #7C7C7C. Windows color (decimal): -6529586 or 13524380. OLE color: 13524380.

HSL color Cylindrical-coordinate representation of color #9C5DCE: hue angle of 273.45º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C5DCE is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 156 93 206 -
CMYK 0.24 0.55 0 0.19
HSL 273.45º 0.54% 0.59% -
HSV(B) 273.45º 0.55% 0.81% -
XYZ 28.77 19.35 60.61 -
YUV 124.72 173.87 150.31 -
System Red Green Blue C M Y K H S L
Decimal 156 93 206 0.24 0.55 0 0.19 273.45 0.54 0.59
Hex 9C 5D CE 18 37 0 13 111 36 3B
Octal 234 135 316 30 67 0 23 421 66 73
Binary 10011100 1011101 11001110 11000 110111 0 10011 100010001 110110 111011

Color Harmonies of #9C5DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5DCE

Black with #9C5DCE

Text Example


Text Example

White with #9C5DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,93,206); }

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

background-color css

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

 a { background-color: rgb(156,93,206); }

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

border-color css

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

 span { border-color: rgb(156,93,206); }

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