Html Css Color HEX #995EDC Amethyst

📋 copy color: '#995EDC'

red 153 ◦ green 94 ◦ blue 220

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

Shades of Amethyst #995EDC

Tints of Amethyst #995EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.11%

R = 32.76%
G = 20.13%
B = 47.11%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#995EDC (or 0x995EDC) is known color: Amethyst. HEX triplet: 99, 5E and DC. RGB value is (153,94,220). Sum of RGB (Red+Green+Blue) = 153+94+220=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #995EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995EDC is #66A123. Grayscale: #7D7D7D. Windows color (decimal): -6725924 or 14442137. OLE color: 14442137.

HSL color Cylindrical-coordinate representation of color #995EDC: hue angle of 268.1º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #995EDC is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 94 220 -
CMYK 0.30 0.57 0 0.14
HSL 268.1º 0.64% 0.62% -
HSV(B) 268.1º 0.57% 0.86% -
XYZ 30.06 19.95 69.98 -
YUV 126.01 181.05 147.25 -
System Red Green Blue C M Y K H S L
Decimal 153 94 220 0.30 0.57 0 0.14 268.1 0.64 0.62
Hex 99 5E DC 1E 39 0 E 10C 40 3E
Octal 231 136 334 36 71 0 16 414 100 76
Binary 10011001 1011110 11011100 11110 111001 0 1110 100001100 1000000 111110

Color Harmonies of #995EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995EDC

Black with #995EDC

Text Example


Text Example

White with #995EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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