Html Css Color HEX #995ECF Amethyst

📋 copy color: '#995ECF'

red 153 ◦ green 94 ◦ blue 207

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

Shades of Amethyst #995ECF

Tints of Amethyst #995ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.59%

R = 33.7%
G = 20.7%
B = 45.59%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#995ECF (or 0x995ECF) is known color: Amethyst. HEX triplet: 99, 5E and CF. RGB value is (153,94,207). Sum of RGB (Red+Green+Blue) = 153+94+207=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #995ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995ECF is #66A130. Grayscale: #7C7C7C. Windows color (decimal): -6725937 or 13590169. OLE color: 13590169.

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

Color convert

RGB 153 94 207 -
CMYK 0.26 0.55 0 0.19
HSL 271.33º 0.54% 0.59% -
HSV(B) 271.33º 0.55% 0.81% -
XYZ 28.4 19.28 61.26 -
YUV 124.52 174.55 148.31 -
System Red Green Blue C M Y K H S L
Decimal 153 94 207 0.26 0.55 0 0.19 271.33 0.54 0.59
Hex 99 5E CF 1A 37 0 13 10F 36 3B
Octal 231 136 317 32 67 0 23 417 66 73
Binary 10011001 1011110 11001111 11010 110111 0 10011 100001111 110110 111011

Color Harmonies of #995ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995ECF

Black with #995ECF

Text Example


Text Example

White with #995ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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