Html Css Color HEX #945BDB Amethyst

📋 copy color: '#945BDB'

red 148 ◦ green 91 ◦ blue 219

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

Shades of Amethyst #945BDB

Tints of Amethyst #945BDB

RGB

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

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

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

R = 32.31%
G = 19.87%
B = 47.82%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#945BDB (or 0x945BDB) is known color: Amethyst. HEX triplet: 94, 5B and DB. RGB value is (148,91,219). Sum of RGB (Red+Green+Blue) = 148+91+219=458 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.31% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #945BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945BDB is #6BA424. Grayscale: #7A7A7A. Windows color (decimal): -7054373 or 14375828. OLE color: 14375828.

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

Color convert

RGB 148 91 219 -
CMYK 0.32 0.58 0 0.14
HSL 266.72º 0.64% 0.61% -
HSV(B) 266.72º 0.58% 0.86% -
XYZ 28.74 18.89 69.15 -
YUV 122.64 182.38 146.09 -
System Red Green Blue C M Y K H S L
Decimal 148 91 219 0.32 0.58 0 0.14 266.72 0.64 0.61
Hex 94 5B DB 20 3A 0 E 10B 40 3D
Octal 224 133 333 40 72 0 16 413 100 75
Binary 10010100 1011011 11011011 100000 111010 0 1110 100001011 1000000 111101

Color Harmonies of #945BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945BDB

Black with #945BDB

Text Example


Text Example

White with #945BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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