Html Css Color HEX #944BDA Amethyst

📋 copy color: '#944BDA'

red 148 ◦ green 75 ◦ blue 218

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

Shades of Amethyst #944BDA

Tints of Amethyst #944BDA

RGB

 RED value IS 148 (58.2% from 255) = 33.56%

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

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

R = 33.56%
G = 17.01%
B = 49.43%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#944BDA (or 0x944BDA) is known color: Amethyst. HEX triplet: 94, 4B and DA. RGB value is (148,75,218). Sum of RGB (Red+Green+Blue) = 148+75+218=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 75 (29.69% from 255 or 17.01% 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 #944BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944BDA is #6BB425. Grayscale: #707070. Windows color (decimal): -7058470 or 14306196. OLE color: 14306196.

HSL color Cylindrical-coordinate representation of color #944BDA: hue angle of 270.63º 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 #944BDA is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 75 218 -
CMYK 0.32 0.66 0 0.15
HSL 270.63º 0.66% 0.57% -
HSV(B) 270.63º 0.66% 0.85% -
XYZ 27.38 16.39 68.05 -
YUV 113.13 187.18 152.87 -
System Red Green Blue C M Y K H S L
Decimal 148 75 218 0.32 0.66 0 0.15 270.63 0.66 0.57
Hex 94 4B DA 20 42 0 F 10F 42 39
Octal 224 113 332 40 102 0 17 417 102 71
Binary 10010100 1001011 11011010 100000 1000010 0 1111 100001111 1000010 111001

Color Harmonies of #944BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944BDA

Black with #944BDA

Text Example


Text Example

White with #944BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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