Html Css Color HEX #9D58CF Amethyst

📋 copy color: '#9D58CF'

red 157 ◦ green 88 ◦ blue 207

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

Shades of Amethyst #9D58CF

Tints of Amethyst #9D58CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.8%

R = 34.73%
G = 19.47%
B = 45.8%

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

#9D58CF (or 0x9D58CF) is known color: Amethyst. HEX triplet: 9D, 58 and CF. RGB value is (157,88,207). Sum of RGB (Red+Green+Blue) = 157+88+207=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D58CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D58CF is #62A730. Grayscale: #797979. Windows color (decimal): -6465329 or 13588637. OLE color: 13588637.

HSL color Cylindrical-coordinate representation of color #9D58CF: hue angle of 274.79º 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 #9D58CF is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 157 88 207 -
CMYK 0.24 0.57 0 0.19
HSL 274.79º 0.55% 0.58% -
HSV(B) 274.79º 0.57% 0.81% -
XYZ 28.66 18.65 61.12 -
YUV 122.2 175.86 152.82 -
System Red Green Blue C M Y K H S L
Decimal 157 88 207 0.24 0.57 0 0.19 274.79 0.55 0.58
Hex 9D 58 CF 18 39 0 13 113 37 3A
Octal 235 130 317 30 71 0 23 423 67 72
Binary 10011101 1011000 11001111 11000 111001 0 10011 100010011 110111 111010

Color Harmonies of #9D58CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D58CF

Black with #9D58CF

Text Example


Text Example

White with #9D58CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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