Html Css Color HEX #945BDE Amethyst

📋 copy color: '#945BDE'

red 148 ◦ green 91 ◦ blue 222

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

Shades of Amethyst #945BDE

Tints of Amethyst #945BDE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.74%

 BLUE value IS 222 (87.11% from 255) = 48.16%

R = 32.1%
G = 19.74%
B = 48.16%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#945BDE (or 0x945BDE) is known color: Amethyst. HEX triplet: 94, 5B and DE. RGB value is (148,91,222). Sum of RGB (Red+Green+Blue) = 148+91+222=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #945BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945BDE is #6BA421. Grayscale: #7A7A7A. Windows color (decimal): -7054370 or 14572436. OLE color: 14572436.

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

Color convert

RGB 148 91 222 -
CMYK 0.33 0.59 0 0.13
HSL 266.11º 0.66% 0.61% -
HSV(B) 266.11º 0.59% 0.87% -
XYZ 29.14 19.05 71.25 -
YUV 122.98 183.88 145.85 -
System Red Green Blue C M Y K H S L
Decimal 148 91 222 0.33 0.59 0 0.13 266.11 0.66 0.61
Hex 94 5B DE 21 3B 0 D 10A 42 3D
Octal 224 133 336 41 73 0 15 412 102 75
Binary 10010100 1011011 11011110 100001 111011 0 1101 100001010 1000010 111101

Color Harmonies of #945BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945BDE

Black with #945BDE

Text Example


Text Example

White with #945BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,91,222); }

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

background-color css

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

 a { background-color: rgb(148,91,222); }

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

border-color css

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

 span { border-color: rgb(148,91,222); }

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