Html Css Color HEX #9C57CB Amethyst

📋 copy color: '#9C57CB'

red 156 ◦ green 87 ◦ blue 203

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

Shades of Amethyst #9C57CB

Tints of Amethyst #9C57CB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.51%

 BLUE value IS 203 (79.69% from 255) = 45.52%

R = 34.98%
G = 19.51%
B = 45.52%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C57CB (or 0x9C57CB) is known color: Amethyst. HEX triplet: 9C, 57 and CB. RGB value is (156,87,203). Sum of RGB (Red+Green+Blue) = 156+87+203=446 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.98% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C57CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C57CB is #63A834. Grayscale: #787878. Windows color (decimal): -6531125 or 13326236. OLE color: 13326236.

HSL color Cylindrical-coordinate representation of color #9C57CB: hue angle of 275.69º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C57CB is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 87 203 -
CMYK 0.23 0.57 0 0.20
HSL 275.69º 0.53% 0.57% -
HSV(B) 275.69º 0.57% 0.8% -
XYZ 27.9 18.2 58.54 -
YUV 120.86 174.36 153.07 -
System Red Green Blue C M Y K H S L
Decimal 156 87 203 0.23 0.57 0 0.20 275.69 0.53 0.57
Hex 9C 57 CB 17 39 0 14 114 35 39
Octal 234 127 313 27 71 0 24 424 65 71
Binary 10011100 1010111 11001011 10111 111001 0 10100 100010100 110101 111001

Color Harmonies of #9C57CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C57CB

Black with #9C57CB

Text Example


Text Example

White with #9C57CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,87,203); }

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

background-color css

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

 a { background-color: rgb(156,87,203); }

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

border-color css

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

 span { border-color: rgb(156,87,203); }

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