Html Css Color HEX #995AD5 Amethyst

📋 copy color: '#995AD5'

red 153 ◦ green 90 ◦ blue 213

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

Shades of Amethyst #995AD5

Tints of Amethyst #995AD5

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.74%

 BLUE value IS 213 (83.59% from 255) = 46.71%

R = 33.55%
G = 19.74%
B = 46.71%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#995AD5 (or 0x995AD5) is known color: Amethyst. HEX triplet: 99, 5A and D5. RGB value is (153,90,213). Sum of RGB (Red+Green+Blue) = 153+90+213=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 213 - color contains mainly: blue. Hex color #995AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995AD5 is #66A52A. Grayscale: #7A7A7A. Windows color (decimal): -6726955 or 13982361. OLE color: 13982361.

HSL color Cylindrical-coordinate representation of color #995AD5: hue angle of 270.73º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #995AD5 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 90 213 -
CMYK 0.28 0.58 0 0.16
HSL 270.73º 0.59% 0.59% -
HSV(B) 270.73º 0.58% 0.84% -
XYZ 28.8 18.89 65.08 -
YUV 122.86 178.87 149.5 -
System Red Green Blue C M Y K H S L
Decimal 153 90 213 0.28 0.58 0 0.16 270.73 0.59 0.59
Hex 99 5A D5 1C 3A 0 10 10F 3B 3B
Octal 231 132 325 34 72 0 20 417 73 73
Binary 10011001 1011010 11010101 11100 111010 0 10000 100001111 111011 111011

Color Harmonies of #995AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995AD5

Black with #995AD5

Text Example


Text Example

White with #995AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,90,213); }

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

background-color css

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

 a { background-color: rgb(153,90,213); }

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

border-color css

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

 span { border-color: rgb(153,90,213); }

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