Html Css Color HEX #9C5CCE Amethyst

📋 copy color: '#9C5CCE'

red 156 ◦ green 92 ◦ blue 206

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

Shades of Amethyst #9C5CCE

Tints of Amethyst #9C5CCE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.26%

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

R = 34.36%
G = 20.26%
B = 45.37%

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

#9C5CCE (or 0x9C5CCE) is known color: Amethyst. HEX triplet: 9C, 5C and CE. RGB value is (156,92,206). Sum of RGB (Red+Green+Blue) = 156+92+206=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C5CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5CCE is #63A331. Grayscale: #7B7B7B. Windows color (decimal): -6529842 or 13524124. OLE color: 13524124.

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

Color convert

RGB 156 92 206 -
CMYK 0.24 0.55 0 0.19
HSL 273.68º 0.54% 0.58% -
HSV(B) 273.68º 0.55% 0.81% -
XYZ 28.68 19.18 60.58 -
YUV 124.13 174.2 150.73 -
System Red Green Blue C M Y K H S L
Decimal 156 92 206 0.24 0.55 0 0.19 273.68 0.54 0.58
Hex 9C 5C CE 18 37 0 13 112 36 3A
Octal 234 134 316 30 67 0 23 422 66 72
Binary 10011100 1011100 11001110 11000 110111 0 10011 100010010 110110 111010

Color Harmonies of #9C5CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5CCE

Black with #9C5CCE

Text Example


Text Example

White with #9C5CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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