Html Css Color HEX #995ECD Amethyst

📋 copy color: '#995ECD'

red 153 ◦ green 94 ◦ blue 205

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

Shades of Amethyst #995ECD

Tints of Amethyst #995ECD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.8%

 BLUE value IS 205 (80.47% from 255) = 45.35%

R = 33.85%
G = 20.8%
B = 45.35%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#995ECD (or 0x995ECD) is known color: Amethyst. HEX triplet: 99, 5E and CD. RGB value is (153,94,205). Sum of RGB (Red+Green+Blue) = 153+94+205=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 94 (37.11% from 255 or 20.80% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #995ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995ECD is #66A132. Grayscale: #7B7B7B. Windows color (decimal): -6725939 or 13459097. OLE color: 13459097.

HSL color Cylindrical-coordinate representation of color #995ECD: hue angle of 271.89º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #995ECD is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 94 205 -
CMYK 0.25 0.54 0 0.20
HSL 271.89º 0.53% 0.59% -
HSV(B) 271.89º 0.54% 0.8% -
XYZ 28.16 19.19 59.98 -
YUV 124.3 173.55 148.47 -
System Red Green Blue C M Y K H S L
Decimal 153 94 205 0.25 0.54 0 0.20 271.89 0.53 0.59
Hex 99 5E CD 19 36 0 14 110 35 3B
Octal 231 136 315 31 66 0 24 420 65 73
Binary 10011001 1011110 11001101 11001 110110 0 10100 100010000 110101 111011

Color Harmonies of #995ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995ECD

Black with #995ECD

Text Example


Text Example

White with #995ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,94,205); }

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

background-color css

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

 a { background-color: rgb(153,94,205); }

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

border-color css

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

 span { border-color: rgb(153,94,205); }

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