Html Css Color HEX #9C58CE Amethyst

📋 copy color: '#9C58CE'

red 156 ◦ green 88 ◦ blue 206

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

Shades of Amethyst #9C58CE

Tints of Amethyst #9C58CE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.56%

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

R = 34.67%
G = 19.56%
B = 45.78%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9C58CE (or 0x9C58CE) is known color: Amethyst. HEX triplet: 9C, 58 and CE. RGB value is (156,88,206). Sum of RGB (Red+Green+Blue) = 156+88+206=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C58CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C58CE is #63A731. Grayscale: #797979. Windows color (decimal): -6530866 or 13523100. OLE color: 13523100.

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

Color convert

RGB 156 88 206 -
CMYK 0.24 0.57 0 0.19
HSL 274.58º 0.55% 0.58% -
HSV(B) 274.58º 0.57% 0.81% -
XYZ 28.34 18.5 60.47 -
YUV 121.78 175.53 152.41 -
System Red Green Blue C M Y K H S L
Decimal 156 88 206 0.24 0.57 0 0.19 274.58 0.55 0.58
Hex 9C 58 CE 18 39 0 13 113 37 3A
Octal 234 130 316 30 71 0 23 423 67 72
Binary 10011100 1011000 11001110 11000 111001 0 10011 100010011 110111 111010

Color Harmonies of #9C58CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C58CE

Black with #9C58CE

Text Example


Text Example

White with #9C58CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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