Html Css Color HEX #9D5CCC Amethyst

📋 copy color: '#9D5CCC'

red 157 ◦ green 92 ◦ blue 204

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

Shades of Amethyst #9D5CCC

Tints of Amethyst #9D5CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.31%

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

R = 34.66%
G = 20.31%
B = 45.03%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9D5CCC (or 0x9D5CCC) is known color: Amethyst. HEX triplet: 9D, 5C and CC. RGB value is (157,92,204). Sum of RGB (Red+Green+Blue) = 157+92+204=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D5CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5CCC is #62A333. Grayscale: #7B7B7B. Windows color (decimal): -6464308 or 13393053. OLE color: 13393053.

HSL color Cylindrical-coordinate representation of color #9D5CCC: hue angle of 274.82º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D5CCC is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 157 92 204 -
CMYK 0.23 0.55 0 0.2
HSL 274.82º 0.52% 0.58% -
HSV(B) 274.82º 0.55% 0.8% -
XYZ 28.63 19.18 59.32 -
YUV 124.2 173.03 151.39 -
System Red Green Blue C M Y K H S L
Decimal 157 92 204 0.23 0.55 0 0.2 274.82 0.52 0.58
Hex 9D 5C CC 17 37 0 14 113 34 3A
Octal 235 134 314 27 67 0 24 423 64 72
Binary 10011101 1011100 11001100 10111 110111 0 10100 100010011 110100 111010

Color Harmonies of #9D5CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5CCC

Black with #9D5CCC

Text Example


Text Example

White with #9D5CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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