Html Css Color HEX #934CDA Amethyst

📋 copy color: '#934CDA'

red 147 ◦ green 76 ◦ blue 218

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

Shades of Amethyst #934CDA

Tints of Amethyst #934CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.43%

R = 33.33%
G = 17.23%
B = 49.43%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#934CDA (or 0x934CDA) is known color: Amethyst. HEX triplet: 93, 4C and DA. RGB value is (147,76,218). Sum of RGB (Red+Green+Blue) = 147+76+218=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #934CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934CDA is #6CB325. Grayscale: #707070. Windows color (decimal): -7123750 or 14306451. OLE color: 14306451.

HSL color Cylindrical-coordinate representation of color #934CDA: hue angle of 270º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #934CDA is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 76 218 -
CMYK 0.33 0.65 0 0.15
HSL 270º 0.66% 0.58% -
HSV(B) 270º 0.65% 0.85% -
XYZ 27.27 16.43 68.06 -
YUV 113.42 187.02 151.95 -
System Red Green Blue C M Y K H S L
Decimal 147 76 218 0.33 0.65 0 0.15 270 0.66 0.58
Hex 93 4C DA 21 41 0 F 10E 42 3A
Octal 223 114 332 41 101 0 17 416 102 72
Binary 10010011 1001100 11011010 100001 1000001 0 1111 100001110 1000010 111010

Color Harmonies of #934CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934CDA

Black with #934CDA

Text Example


Text Example

White with #934CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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