Html Css Color HEX #995DDD Amethyst

📋 copy color: '#995DDD'

red 153 ◦ green 93 ◦ blue 221

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

Shades of Amethyst #995DDD

Tints of Amethyst #995DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.32%

R = 32.76%
G = 19.91%
B = 47.32%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#995DDD (or 0x995DDD) is known color: Amethyst. HEX triplet: 99, 5D and DD. RGB value is (153,93,221). Sum of RGB (Red+Green+Blue) = 153+93+221=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #995DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995DDD is #66A222. Grayscale: #7D7D7D. Windows color (decimal): -6726179 or 14507417. OLE color: 14507417.

HSL color Cylindrical-coordinate representation of color #995DDD: hue angle of 268.12º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #995DDD is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 93 221 -
CMYK 0.31 0.58 0 0.13
HSL 268.13º 0.65% 0.62% -
HSV(B) 268.13º 0.58% 0.87% -
XYZ 30.1 19.82 70.65 -
YUV 125.53 181.88 147.59 -
System Red Green Blue C M Y K H S L
Decimal 153 93 221 0.31 0.58 0 0.13 268.13 0.65 0.62
Hex 99 5D DD 1F 3A 0 D 10C 41 3E
Octal 231 135 335 37 72 0 15 414 101 76
Binary 10011001 1011101 11011101 11111 111010 0 1101 100001100 1000001 111110

Color Harmonies of #995DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995DDD

Black with #995DDD

Text Example


Text Example

White with #995DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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