Html Css Color HEX #9C5BCE Amethyst

📋 copy color: '#9C5BCE'

red 156 ◦ green 91 ◦ blue 206

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

Shades of Amethyst #9C5BCE

Tints of Amethyst #9C5BCE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.09%

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

R = 34.44%
G = 20.09%
B = 45.47%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9C5BCE (or 0x9C5BCE) is known color: Amethyst. HEX triplet: 9C, 5B and CE. RGB value is (156,91,206). Sum of RGB (Red+Green+Blue) = 156+91+206=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C5BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5BCE is #63A431. Grayscale: #7B7B7B. Windows color (decimal): -6530098 or 13523868. OLE color: 13523868.

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

Color convert

RGB 156 91 206 -
CMYK 0.24 0.56 0 0.19
HSL 273.91º 0.54% 0.58% -
HSV(B) 273.91º 0.56% 0.81% -
XYZ 28.59 19.01 60.55 -
YUV 123.55 174.53 151.15 -
System Red Green Blue C M Y K H S L
Decimal 156 91 206 0.24 0.56 0 0.19 273.91 0.54 0.58
Hex 9C 5B CE 18 38 0 13 112 36 3A
Octal 234 133 316 30 70 0 23 422 66 72
Binary 10011100 1011011 11001110 11000 111000 0 10011 100010010 110110 111010

Color Harmonies of #9C5BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5BCE

Black with #9C5BCE

Text Example


Text Example

White with #9C5BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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