Html Css Color HEX #934CD6 Amethyst

📋 copy color: '#934CD6'

red 147 ◦ green 76 ◦ blue 214

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

Shades of Amethyst #934CD6

Tints of Amethyst #934CD6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.39%

 BLUE value IS 214 (83.98% from 255) = 48.97%

R = 33.64%
G = 17.39%
B = 48.97%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#934CD6 (or 0x934CD6) is known color: Amethyst. HEX triplet: 93, 4C and D6. RGB value is (147,76,214). Sum of RGB (Red+Green+Blue) = 147+76+214=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 214 (83.98% from 255 or 48.97% from 437); Max value from RGB is 214 - color contains mainly: blue. Hex color #934CD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934CD6 is #6CB329. Grayscale: #707070. Windows color (decimal): -7123754 or 14044307. OLE color: 14044307.

HSL color Cylindrical-coordinate representation of color #934CD6: hue angle of 270.87º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #934CD6 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 76 214 -
CMYK 0.31 0.64 0 0.16
HSL 270.87º 0.63% 0.57% -
HSV(B) 270.87º 0.64% 0.84% -
XYZ 26.75 16.23 65.34 -
YUV 112.96 185.02 152.28 -
System Red Green Blue C M Y K H S L
Decimal 147 76 214 0.31 0.64 0 0.16 270.87 0.63 0.57
Hex 93 4C D6 1F 40 0 10 10F 3F 39
Octal 223 114 326 37 100 0 20 417 77 71
Binary 10010011 1001100 11010110 11111 1000000 0 10000 100001111 111111 111001

Color Harmonies of #934CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934CD6

Black with #934CD6

Text Example


Text Example

White with #934CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,76,214); }

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

background-color css

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

 a { background-color: rgb(147,76,214); }

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

border-color css

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

 span { border-color: rgb(147,76,214); }

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