Html Css Color HEX #9C58E0 Amethyst

📋 copy color: '#9C58E0'

red 156 ◦ green 88 ◦ blue 224

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

Shades of Amethyst #9C58E0

Tints of Amethyst #9C58E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.86%

R = 33.33%
G = 18.8%
B = 47.86%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9C58E0 (or 0x9C58E0) is known color: Amethyst. HEX triplet: 9C, 58 and E0. RGB value is (156,88,224). Sum of RGB (Red+Green+Blue) = 156+88+224=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #9C58E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C58E0 is #63A71F. Grayscale: #7B7B7B. Windows color (decimal): -6530848 or 14702748. OLE color: 14702748.

HSL color Cylindrical-coordinate representation of color #9C58E0: hue angle of 270º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C58E0 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 156 88 224 -
CMYK 0.30 0.61 0 0.12
HSL 270º 0.69% 0.61% -
HSV(B) 270º 0.61% 0.88% -
XYZ 30.65 19.43 72.66 -
YUV 123.84 184.53 150.94 -
System Red Green Blue C M Y K H S L
Decimal 156 88 224 0.30 0.61 0 0.12 270 0.69 0.61
Hex 9C 58 E0 1E 3D 0 C 10E 45 3D
Octal 234 130 340 36 75 0 14 416 105 75
Binary 10011100 1011000 11100000 11110 111101 0 1100 100001110 1000101 111101

Color Harmonies of #9C58E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C58E0

Black with #9C58E0

Text Example


Text Example

White with #9C58E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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