Html Css Color HEX #934EE7 Amethyst

📋 copy color: '#934EE7'

red 147 ◦ green 78 ◦ blue 231

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

Shades of Amethyst #934EE7

Tints of Amethyst #934EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 50.66%

R = 32.24%
G = 17.11%
B = 50.66%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#934EE7 (or 0x934EE7) is known color: Amethyst. HEX triplet: 93, 4E and E7. RGB value is (147,78,231). Sum of RGB (Red+Green+Blue) = 147+78+231=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 78 (30.86% from 255 or 17.11% from 456); Blue value is 231 (90.62% from 255 or 50.66% from 456); Max value from RGB is 231 - color contains mainly: blue. Hex color #934EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #934EE7 is #6CB118. Grayscale: #737373. Windows color (decimal): -7123225 or 15158931. OLE color: 15158931.

HSL color Cylindrical-coordinate representation of color #934EE7: hue angle of 267.06º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #934EE7 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 147 78 231 -
CMYK 0.36 0.66 0 0.09
HSL 267.06º 0.76% 0.61% -
HSV(B) 267.06º 0.66% 0.91% -
XYZ 29.18 17.42 77.43 -
YUV 116.07 192.86 150.06 -
System Red Green Blue C M Y K H S L
Decimal 147 78 231 0.36 0.66 0 0.09 267.06 0.76 0.61
Hex 93 4E E7 24 42 0 9 10B 4C 3D
Octal 223 116 347 44 102 0 11 413 114 75
Binary 10010011 1001110 11100111 100100 1000010 0 1001 100001011 1001100 111101

Color Harmonies of #934EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934EE7

Black with #934EE7

Text Example


Text Example

White with #934EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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