Html Css Color HEX #934BDA Amethyst

📋 copy color: '#934BDA'

red 147 ◦ green 75 ◦ blue 218

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

Shades of Amethyst #934BDA

Tints of Amethyst #934BDA

RGB

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

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

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

R = 33.41%
G = 17.05%
B = 49.55%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#934BDA (or 0x934BDA) is known color: Amethyst. HEX triplet: 93, 4B and DA. RGB value is (147,75,218). Sum of RGB (Red+Green+Blue) = 147+75+218=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #934BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934BDA is #6CB425. Grayscale: #707070. Windows color (decimal): -7124006 or 14306195. OLE color: 14306195.

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

Color convert

RGB 147 75 218 -
CMYK 0.33 0.66 0 0.15
HSL 270.21º 0.66% 0.57% -
HSV(B) 270.21º 0.66% 0.85% -
XYZ 27.2 16.3 68.04 -
YUV 112.83 187.35 152.37 -
System Red Green Blue C M Y K H S L
Decimal 147 75 218 0.33 0.66 0 0.15 270.21 0.66 0.57
Hex 93 4B DA 21 42 0 F 10E 42 39
Octal 223 113 332 41 102 0 17 416 102 71
Binary 10010011 1001011 11011010 100001 1000010 0 1111 100001110 1000010 111001

Color Harmonies of #934BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934BDA

Black with #934BDA

Text Example


Text Example

White with #934BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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