Html Css Color HEX #995EDD Amethyst

📋 copy color: '#995EDD'

red 153 ◦ green 94 ◦ blue 221

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

Shades of Amethyst #995EDD

Tints of Amethyst #995EDD

RGB

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

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

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

R = 32.69%
G = 20.09%
B = 47.22%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#995EDD (or 0x995EDD) is known color: Amethyst. HEX triplet: 99, 5E and DD. RGB value is (153,94,221). Sum of RGB (Red+Green+Blue) = 153+94+221=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #995EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995EDD is #66A122. Grayscale: #7D7D7D. Windows color (decimal): -6725923 or 14507673. OLE color: 14507673.

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

Color convert

RGB 153 94 221 -
CMYK 0.31 0.57 0 0.13
HSL 267.87º 0.65% 0.62% -
HSV(B) 267.87º 0.57% 0.87% -
XYZ 30.19 20 70.68 -
YUV 126.12 181.55 147.17 -
System Red Green Blue C M Y K H S L
Decimal 153 94 221 0.31 0.57 0 0.13 267.87 0.65 0.62
Hex 99 5E DD 1F 39 0 D 10C 41 3E
Octal 231 136 335 37 71 0 15 414 101 76
Binary 10011001 1011110 11011101 11111 111001 0 1101 100001100 1000001 111110

Color Harmonies of #995EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995EDD

Black with #995EDD

Text Example


Text Example

White with #995EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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