Html Css Color HEX #995DC5 Amethyst

📋 copy color: '#995DC5'

red 153 ◦ green 93 ◦ blue 197

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

Shades of Amethyst #995DC5

Tints of Amethyst #995DC5

RGB

 RED value IS 153 (60.16% from 255) = 34.54%

 GREEN value IS 93 (36.72% from 255) = 20.99%

 BLUE value IS 197 (77.34% from 255) = 44.47%

R = 34.54%
G = 20.99%
B = 44.47%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#995DC5 (or 0x995DC5) is known color: Amethyst. HEX triplet: 99, 5D and C5. RGB value is (153,93,197). Sum of RGB (Red+Green+Blue) = 153+93+197=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 197 (77.34% from 255 or 44.47% from 443); Max value from RGB is 197 - color contains mainly: blue. Hex color #995DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995DC5 is #66A23A. Grayscale: #7A7A7A. Windows color (decimal): -6726203 or 12934553. OLE color: 12934553.

HSL color Cylindrical-coordinate representation of color #995DC5: hue angle of 274.62º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #995DC5 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 153 93 197 -
CMYK 0.22 0.53 0 0.23
HSL 274.62º 0.47% 0.57% -
HSV(B) 274.62º 0.53% 0.77% -
XYZ 27.13 18.63 54.99 -
YUV 122.8 169.88 149.54 -
System Red Green Blue C M Y K H S L
Decimal 153 93 197 0.22 0.53 0 0.23 274.62 0.47 0.57
Hex 99 5D C5 16 35 0 17 113 2F 39
Octal 231 135 305 26 65 0 27 423 57 71
Binary 10011001 1011101 11000101 10110 110101 0 10111 100010011 101111 111001

Color Harmonies of #995DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995DC5

Black with #995DC5

Text Example


Text Example

White with #995DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995DC5; }

 p { color: rgb(153,93,197); }

 H1.HeaderClassName
 {
   color: #995DC5;
 }
 .AnyTagClassName
 {
   color: #995DC5;
 }
</style>

background-color css

<style>
 a { background-color: #995DC5; }

 a { background-color: rgb(153,93,197); }

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

border-color css

<style>
 span { border-color: #995DC5; }

 span { border-color: rgb(153,93,197); }

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