Html Css Color HEX #9155BB Deep Lilac

📋 copy color: '#9155BB'

red 145 ◦ green 85 ◦ blue 187

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

Shades of Deep Lilac #9155BB

Tints of Deep Lilac #9155BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.84%

R = 34.77%
G = 20.38%
B = 44.84%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9155BB (or 0x9155BB) is known color: Deep Lilac. HEX triplet: 91, 55 and BB. RGB value is (145,85,187). Sum of RGB (Red+Green+Blue) = 145+85+187=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #9155BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9155BB is #6EAA44. Grayscale: #727272. Windows color (decimal): -7252549 or 12277137. OLE color: 12277137.

HSL color Cylindrical-coordinate representation of color #9155BB: hue angle of 275.29º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9155BB is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 145 85 187 -
CMYK 0.22 0.55 0 0.27
HSL 275.29º 0.43% 0.53% -
HSV(B) 275.29º 0.55% 0.73% -
XYZ 23.9 16.1 48.86 -
YUV 114.57 168.88 149.71 -
System Red Green Blue C M Y K H S L
Decimal 145 85 187 0.22 0.55 0 0.27 275.29 0.43 0.53
Hex 91 55 BB 16 37 0 1B 113 2B 35
Octal 221 125 273 26 67 0 33 423 53 65
Binary 10010001 1010101 10111011 10110 110111 0 11011 100010011 101011 110101

Color Harmonies of #9155BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9155BB

Black with #9155BB

Text Example


Text Example

White with #9155BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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