Html Css Color HEX #945ECA Amethyst

📋 copy color: '#945ECA'

red 148 ◦ green 94 ◦ blue 202

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

Shades of Amethyst #945ECA

Tints of Amethyst #945ECA

RGB

 RED value IS 148 (58.2% from 255) = 33.33%

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

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

R = 33.33%
G = 21.17%
B = 45.5%

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

#945ECA (or 0x945ECA) is known color: Amethyst. HEX triplet: 94, 5E and CA. RGB value is (148,94,202). Sum of RGB (Red+Green+Blue) = 148+94+202=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #945ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945ECA is #6BA135. Grayscale: #7A7A7A. Windows color (decimal): -7053622 or 13262484. OLE color: 13262484.

HSL color Cylindrical-coordinate representation of color #945ECA: hue angle of 270º 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 #945ECA is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 94 202 -
CMYK 0.27 0.53 0 0.21
HSL 270º 0.5% 0.58% -
HSV(B) 270º 0.53% 0.79% -
XYZ 26.88 18.57 58.04 -
YUV 122.46 172.89 146.22 -
System Red Green Blue C M Y K H S L
Decimal 148 94 202 0.27 0.53 0 0.21 270 0.5 0.58
Hex 94 5E CA 1B 35 0 15 10E 32 3A
Octal 224 136 312 33 65 0 25 416 62 72
Binary 10010100 1011110 11001010 11011 110101 0 10101 100001110 110010 111010

Color Harmonies of #945ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945ECA

Black with #945ECA

Text Example


Text Example

White with #945ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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