Html Css Color HEX #9155DB Amethyst

📋 copy color: '#9155DB'

red 145 ◦ green 85 ◦ blue 219

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

Shades of Amethyst #9155DB

Tints of Amethyst #9155DB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.93%

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

R = 32.29%
G = 18.93%
B = 48.78%

CMYK

 C value IS 0.34

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9155DB (or 0x9155DB) is known color: Amethyst. HEX triplet: 91, 55 and DB. RGB value is (145,85,219). Sum of RGB (Red+Green+Blue) = 145+85+219=449 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.29% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #9155DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9155DB is #6EAA24. Grayscale: #757575. Windows color (decimal): -7252517 or 14374289. OLE color: 14374289.

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

Color convert

RGB 145 85 219 -
CMYK 0.34 0.61 0 0.14
HSL 266.87º 0.65% 0.6% -
HSV(B) 266.87º 0.61% 0.86% -
XYZ 27.71 17.63 68.96 -
YUV 118.22 184.88 147.1 -
System Red Green Blue C M Y K H S L
Decimal 145 85 219 0.34 0.61 0 0.14 266.87 0.65 0.6
Hex 91 55 DB 22 3D 0 E 10B 41 3C
Octal 221 125 333 42 75 0 16 413 101 74
Binary 10010001 1010101 11011011 100010 111101 0 1110 100001011 1000001 111100

Color Harmonies of #9155DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9155DB

Black with #9155DB

Text Example


Text Example

White with #9155DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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