Html Css Color HEX #9C58D8 Amethyst

📋 copy color: '#9C58D8'

red 156 ◦ green 88 ◦ blue 216

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

Shades of Amethyst #9C58D8

Tints of Amethyst #9C58D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.96%

R = 33.91%
G = 19.13%
B = 46.96%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9C58D8 (or 0x9C58D8) is known color: Amethyst. HEX triplet: 9C, 58 and D8. RGB value is (156,88,216). Sum of RGB (Red+Green+Blue) = 156+88+216=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 216 (84.77% from 255 or 46.96% from 460); Max value from RGB is 216 - color contains mainly: blue. Hex color #9C58D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C58D8 is #63A727. Grayscale: #7A7A7A. Windows color (decimal): -6530856 or 14178460. OLE color: 14178460.

HSL color Cylindrical-coordinate representation of color #9C58D8: hue angle of 271.88º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C58D8 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 156 88 216 -
CMYK 0.28 0.59 0 0.15
HSL 271.88º 0.62% 0.6% -
HSV(B) 271.88º 0.59% 0.85% -
XYZ 29.59 19.01 67.07 -
YUV 122.92 180.53 151.59 -
System Red Green Blue C M Y K H S L
Decimal 156 88 216 0.28 0.59 0 0.15 271.88 0.62 0.6
Hex 9C 58 D8 1C 3B 0 F 110 3E 3C
Octal 234 130 330 34 73 0 17 420 76 74
Binary 10011100 1011000 11011000 11100 111011 0 1111 100010000 111110 111100

Color Harmonies of #9C58D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C58D8

Black with #9C58D8

Text Example


Text Example

White with #9C58D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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