Html Css Color HEX #9D58DC Amethyst

📋 copy color: '#9D58DC'

red 157 ◦ green 88 ◦ blue 220

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

Shades of Amethyst #9D58DC

Tints of Amethyst #9D58DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.31%

R = 33.76%
G = 18.92%
B = 47.31%

CMYK

 C value IS 0.29

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D58DC (or 0x9D58DC) is known color: Amethyst. HEX triplet: 9D, 58 and DC. RGB value is (157,88,220). Sum of RGB (Red+Green+Blue) = 157+88+220=465 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.76% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D58DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D58DC is #62A723. Grayscale: #7B7B7B. Windows color (decimal): -6465316 or 14440605. OLE color: 14440605.

HSL color Cylindrical-coordinate representation of color #9D58DC: hue angle of 271.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9D58DC is Cyan = 0.29, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 88 220 -
CMYK 0.29 0.6 0 0.14
HSL 271.36º 0.65% 0.6% -
HSV(B) 271.36º 0.6% 0.86% -
XYZ 30.31 19.31 69.84 -
YUV 123.68 182.36 151.77 -
System Red Green Blue C M Y K H S L
Decimal 157 88 220 0.29 0.6 0 0.14 271.36 0.65 0.6
Hex 9D 58 DC 1D 3C 0 E 10F 41 3C
Octal 235 130 334 35 74 0 16 417 101 74
Binary 10011101 1011000 11011100 11101 111100 0 1110 100001111 1000001 111100

Color Harmonies of #9D58DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D58DC

Black with #9D58DC

Text Example


Text Example

White with #9D58DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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