Html Css Color HEX #934ED0 Amethyst

📋 copy color: '#934ED0'

red 147 ◦ green 78 ◦ blue 208

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

Shades of Amethyst #934ED0

Tints of Amethyst #934ED0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.01%

 BLUE value IS 208 (81.64% from 255) = 48.04%

R = 33.95%
G = 18.01%
B = 48.04%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#934ED0 (or 0x934ED0) is known color: Amethyst. HEX triplet: 93, 4E and D0. RGB value is (147,78,208). Sum of RGB (Red+Green+Blue) = 147+78+208=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 208 - color contains mainly: blue. Hex color #934ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934ED0 is #6CB12F. Grayscale: #717171. Windows color (decimal): -7123248 or 13651603. OLE color: 13651603.

HSL color Cylindrical-coordinate representation of color #934ED0: hue angle of 271.85º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #934ED0 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 147 78 208 -
CMYK 0.29 0.62 0 0.18
HSL 271.85º 0.58% 0.56% -
HSV(B) 271.85º 0.63% 0.82% -
XYZ 26.14 16.21 61.42 -
YUV 113.45 181.36 151.93 -
System Red Green Blue C M Y K H S L
Decimal 147 78 208 0.29 0.62 0 0.18 271.85 0.58 0.56
Hex 93 4E D0 1D 3E 0 12 110 3A 38
Octal 223 116 320 35 76 0 22 420 72 70
Binary 10010011 1001110 11010000 11101 111110 0 10010 100010000 111010 111000

Color Harmonies of #934ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934ED0

Black with #934ED0

Text Example


Text Example

White with #934ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #934ED0; }

 p { color: rgb(147,78,208); }

 H1.HeaderClassName
 {
   color: #934ED0;
 }
 .AnyTagClassName
 {
   color: #934ED0;
 }
</style>

background-color css

<style>
 a { background-color: #934ED0; }

 a { background-color: rgb(147,78,208); }

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

border-color css

<style>
 span { border-color: #934ED0; }

 span { border-color: rgb(147,78,208); }

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