Html Css Color HEX #995ECE Amethyst

📋 copy color: '#995ECE'

red 153 ◦ green 94 ◦ blue 206

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

Shades of Amethyst #995ECE

Tints of Amethyst #995ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 33.77%
G = 20.75%
B = 45.47%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#995ECE (or 0x995ECE) is known color: Amethyst. HEX triplet: 99, 5E and CE. RGB value is (153,94,206). Sum of RGB (Red+Green+Blue) = 153+94+206=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #995ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995ECE is #66A131. Grayscale: #7C7C7C. Windows color (decimal): -6725938 or 13524633. OLE color: 13524633.

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

Color convert

RGB 153 94 206 -
CMYK 0.26 0.54 0 0.19
HSL 271.61º 0.53% 0.59% -
HSV(B) 271.61º 0.54% 0.81% -
XYZ 28.28 19.23 60.61 -
YUV 124.41 174.05 148.39 -
System Red Green Blue C M Y K H S L
Decimal 153 94 206 0.26 0.54 0 0.19 271.61 0.53 0.59
Hex 99 5E CE 1A 36 0 13 110 35 3B
Octal 231 136 316 32 66 0 23 420 65 73
Binary 10011001 1011110 11001110 11010 110110 0 10011 100010000 110101 111011

Color Harmonies of #995ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995ECE

Black with #995ECE

Text Example


Text Example

White with #995ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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