Html Css Color HEX #9D58CC Amethyst

📋 copy color: '#9D58CC'

red 157 ◦ green 88 ◦ blue 204

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

Shades of Amethyst #9D58CC

Tints of Amethyst #9D58CC

RGB

 RED value IS 157 (61.72% from 255) = 34.97%

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

 BLUE value IS 204 (80.08% from 255) = 45.43%

R = 34.97%
G = 19.6%
B = 45.43%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9D58CC (or 0x9D58CC) is known color: Amethyst. HEX triplet: 9D, 58 and CC. RGB value is (157,88,204). Sum of RGB (Red+Green+Blue) = 157+88+204=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D58CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D58CC is #62A733. Grayscale: #797979. Windows color (decimal): -6465332 or 13392029. OLE color: 13392029.

HSL color Cylindrical-coordinate representation of color #9D58CC: 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 #9D58CC is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 157 88 204 -
CMYK 0.23 0.57 0 0.2
HSL 275.69º 0.53% 0.57% -
HSV(B) 275.69º 0.57% 0.8% -
XYZ 28.29 18.51 59.21 -
YUV 121.86 174.36 153.07 -
System Red Green Blue C M Y K H S L
Decimal 157 88 204 0.23 0.57 0 0.2 275.69 0.53 0.57
Hex 9D 58 CC 17 39 0 14 114 35 39
Octal 235 130 314 27 71 0 24 424 65 71
Binary 10011101 1011000 11001100 10111 111001 0 10100 100010100 110101 111001

Color Harmonies of #9D58CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D58CC

Black with #9D58CC

Text Example


Text Example

White with #9D58CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,88,204); }

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

background-color css

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

 a { background-color: rgb(157,88,204); }

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

border-color css

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

 span { border-color: rgb(157,88,204); }

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