Html Css Color HEX #995ED3 Amethyst

📋 copy color: '#995ED3'

red 153 ◦ green 94 ◦ blue 211

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

Shades of Amethyst #995ED3

Tints of Amethyst #995ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 46.07%

R = 33.41%
G = 20.52%
B = 46.07%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#995ED3 (or 0x995ED3) is known color: Amethyst. HEX triplet: 99, 5E and D3. RGB value is (153,94,211). Sum of RGB (Red+Green+Blue) = 153+94+211=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 211 (82.81% from 255 or 46.07% from 458); Max value from RGB is 211 - color contains mainly: blue. Hex color #995ED3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995ED3 is #66A12C. Grayscale: #7C7C7C. Windows color (decimal): -6725933 or 13852313. OLE color: 13852313.

HSL color Cylindrical-coordinate representation of color #995ED3: hue angle of 270.26º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #995ED3 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 153 94 211 -
CMYK 0.27 0.55 0 0.17
HSL 270.26º 0.57% 0.6% -
HSV(B) 270.26º 0.55% 0.83% -
XYZ 28.9 19.48 63.87 -
YUV 124.98 176.55 147.99 -
System Red Green Blue C M Y K H S L
Decimal 153 94 211 0.27 0.55 0 0.17 270.26 0.57 0.6
Hex 99 5E D3 1B 37 0 11 10E 39 3C
Octal 231 136 323 33 67 0 21 416 71 74
Binary 10011001 1011110 11010011 11011 110111 0 10001 100001110 111001 111100

Color Harmonies of #995ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995ED3

Black with #995ED3

Text Example


Text Example

White with #995ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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