Html Css Color HEX #9151DB Amethyst

📋 copy color: '#9151DB'

red 145 ◦ green 81 ◦ blue 219

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

Shades of Amethyst #9151DB

Tints of Amethyst #9151DB

RGB

 RED value IS 145 (57.03% from 255) = 32.58%

 GREEN value IS 81 (32.03% from 255) = 18.2%

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

R = 32.58%
G = 18.2%
B = 49.21%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9151DB (or 0x9151DB) is known color: Amethyst. HEX triplet: 91, 51 and DB. RGB value is (145,81,219). Sum of RGB (Red+Green+Blue) = 145+81+219=445 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.58% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #9151DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9151DB is #6EAE24. Grayscale: #737373. Windows color (decimal): -7253541 or 14373265. OLE color: 14373265.

HSL color Cylindrical-coordinate representation of color #9151DB: hue angle of 267.83º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9151DB is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 81 219 -
CMYK 0.34 0.63 0 0.14
HSL 267.83º 0.66% 0.59% -
HSV(B) 267.83º 0.63% 0.86% -
XYZ 27.41 17.02 68.86 -
YUV 115.87 186.2 148.78 -
System Red Green Blue C M Y K H S L
Decimal 145 81 219 0.34 0.63 0 0.14 267.83 0.66 0.59
Hex 91 51 DB 22 3F 0 E 10C 42 3B
Octal 221 121 333 42 77 0 16 414 102 73
Binary 10010001 1010001 11011011 100010 111111 0 1110 100001100 1000010 111011

Color Harmonies of #9151DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9151DB

Black with #9151DB

Text Example


Text Example

White with #9151DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9151DB; }

 p { color: rgb(145,81,219); }

 H1.HeaderClassName
 {
   color: #9151DB;
 }
 .AnyTagClassName
 {
   color: #9151DB;
 }
</style>

background-color css

<style>
 a { background-color: #9151DB; }

 a { background-color: rgb(145,81,219); }

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

border-color css

<style>
 span { border-color: #9151DB; }

 span { border-color: rgb(145,81,219); }

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