Html Css Color HEX #935ECA Amethyst

📋 copy color: '#935ECA'

red 147 ◦ green 94 ◦ blue 202

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

Shades of Amethyst #935ECA

Tints of Amethyst #935ECA

RGB

 RED value IS 147 (57.81% from 255) = 33.18%

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

 BLUE value IS 202 (79.3% from 255) = 45.6%

R = 33.18%
G = 21.22%
B = 45.6%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#935ECA (or 0x935ECA) is known color: Amethyst. HEX triplet: 93, 5E and CA. RGB value is (147,94,202). Sum of RGB (Red+Green+Blue) = 147+94+202=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #935ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935ECA is #6CA135. Grayscale: #797979. Windows color (decimal): -7119158 or 13262483. OLE color: 13262483.

HSL color Cylindrical-coordinate representation of color #935ECA: hue angle of 269.44º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #935ECA is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 94 202 -
CMYK 0.27 0.53 0 0.21
HSL 269.44º 0.5% 0.58% -
HSV(B) 269.44º 0.53% 0.79% -
XYZ 26.7 18.47 58.04 -
YUV 122.16 173.06 145.72 -
System Red Green Blue C M Y K H S L
Decimal 147 94 202 0.27 0.53 0 0.21 269.44 0.5 0.58
Hex 93 5E CA 1B 35 0 15 10D 32 3A
Octal 223 136 312 33 65 0 25 415 62 72
Binary 10010011 1011110 11001010 11011 110101 0 10101 100001101 110010 111010

Color Harmonies of #935ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935ECA

Black with #935ECA

Text Example


Text Example

White with #935ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935ECA; }

 p { color: rgb(147,94,202); }

 H1.HeaderClassName
 {
   color: #935ECA;
 }
 .AnyTagClassName
 {
   color: #935ECA;
 }
</style>

background-color css

<style>
 a { background-color: #935ECA; }

 a { background-color: rgb(147,94,202); }

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

border-color css

<style>
 span { border-color: #935ECA; }

 span { border-color: rgb(147,94,202); }

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