Html Css Color HEX #9150DB Amethyst

📋 copy color: '#9150DB'

red 145 ◦ green 80 ◦ blue 219

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

Shades of Amethyst #9150DB

Tints of Amethyst #9150DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.02%

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

R = 32.66%
G = 18.02%
B = 49.32%

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

#9150DB (or 0x9150DB) is known color: Amethyst. HEX triplet: 91, 50 and DB. RGB value is (145,80,219). Sum of RGB (Red+Green+Blue) = 145+80+219=444 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.66% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #9150DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9150DB is #6EAF24. Grayscale: #727272. Windows color (decimal): -7253797 or 14373009. OLE color: 14373009.

HSL color Cylindrical-coordinate representation of color #9150DB: hue angle of 268.06º 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 #9150DB is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 80 219 -
CMYK 0.34 0.63 0 0.14
HSL 268.06º 0.66% 0.59% -
HSV(B) 268.06º 0.63% 0.86% -
XYZ 27.33 16.87 68.83 -
YUV 115.28 186.53 149.2 -
System Red Green Blue C M Y K H S L
Decimal 145 80 219 0.34 0.63 0 0.14 268.06 0.66 0.59
Hex 91 50 DB 22 3F 0 E 10C 42 3B
Octal 221 120 333 42 77 0 16 414 102 73
Binary 10010001 1010000 11011011 100010 111111 0 1110 100001100 1000010 111011

Color Harmonies of #9150DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9150DB

Black with #9150DB

Text Example


Text Example

White with #9150DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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