Html Css Color HEX #945ADB Amethyst

📋 copy color: '#945ADB'

red 148 ◦ green 90 ◦ blue 219

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

Shades of Amethyst #945ADB

Tints of Amethyst #945ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.69%

 BLUE value IS 219 (85.94% from 255) = 47.92%

R = 32.39%
G = 19.69%
B = 47.92%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#945ADB (or 0x945ADB) is known color: Amethyst. HEX triplet: 94, 5A and DB. RGB value is (148,90,219). Sum of RGB (Red+Green+Blue) = 148+90+219=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #945ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945ADB is #6BA524. Grayscale: #797979. Windows color (decimal): -7054629 or 14375572. OLE color: 14375572.

HSL color Cylindrical-coordinate representation of color #945ADB: hue angle of 266.98º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #945ADB is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 90 219 -
CMYK 0.32 0.59 0 0.14
HSL 266.98º 0.64% 0.61% -
HSV(B) 266.98º 0.59% 0.86% -
XYZ 28.66 18.72 69.12 -
YUV 122.05 182.72 146.51 -
System Red Green Blue C M Y K H S L
Decimal 148 90 219 0.32 0.59 0 0.14 266.98 0.64 0.61
Hex 94 5A DB 20 3B 0 E 10B 40 3D
Octal 224 132 333 40 73 0 16 413 100 75
Binary 10010100 1011010 11011011 100000 111011 0 1110 100001011 1000000 111101

Color Harmonies of #945ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945ADB

Black with #945ADB

Text Example


Text Example

White with #945ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945ADB; }

 p { color: rgb(148,90,219); }

 H1.HeaderClassName
 {
   color: #945ADB;
 }
 .AnyTagClassName
 {
   color: #945ADB;
 }
</style>

background-color css

<style>
 a { background-color: #945ADB; }

 a { background-color: rgb(148,90,219); }

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

border-color css

<style>
 span { border-color: #945ADB; }

 span { border-color: rgb(148,90,219); }

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