Html Css Color HEX #934BDD Amethyst

📋 copy color: '#934BDD'

red 147 ◦ green 75 ◦ blue 221

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

Shades of Amethyst #934BDD

Tints of Amethyst #934BDD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.93%

 BLUE value IS 221 (86.72% from 255) = 49.89%

R = 33.18%
G = 16.93%
B = 49.89%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#934BDD (or 0x934BDD) is known color: Amethyst. HEX triplet: 93, 4B and DD. RGB value is (147,75,221). Sum of RGB (Red+Green+Blue) = 147+75+221=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #934BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934BDD is #6CB422. Grayscale: #707070. Windows color (decimal): -7124003 or 14502803. OLE color: 14502803.

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

Color convert

RGB 147 75 221 -
CMYK 0.33 0.66 0 0.13
HSL 269.59º 0.68% 0.58% -
HSV(B) 269.59º 0.66% 0.87% -
XYZ 27.6 16.46 70.13 -
YUV 113.17 188.85 152.13 -
System Red Green Blue C M Y K H S L
Decimal 147 75 221 0.33 0.66 0 0.13 269.59 0.68 0.58
Hex 93 4B DD 21 42 0 D 10E 44 3A
Octal 223 113 335 41 102 0 15 416 104 72
Binary 10010011 1001011 11011101 100001 1000010 0 1101 100001110 1000100 111010

Color Harmonies of #934BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934BDD

Black with #934BDD

Text Example


Text Example

White with #934BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,75,221); }

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

background-color css

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

 a { background-color: rgb(147,75,221); }

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

border-color css

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

 span { border-color: rgb(147,75,221); }

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