Html Css Color HEX #9155BE Deep Lilac

📋 copy color: '#9155BE'

red 145 ◦ green 85 ◦ blue 190

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

Shades of Deep Lilac #9155BE

Tints of Deep Lilac #9155BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.24%

R = 34.52%
G = 20.24%
B = 45.24%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9155BE (or 0x9155BE) is known color: Deep Lilac. HEX triplet: 91, 55 and BE. RGB value is (145,85,190). Sum of RGB (Red+Green+Blue) = 145+85+190=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #9155BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9155BE is #6EAA41. Grayscale: #727272. Windows color (decimal): -7252546 or 12473745. OLE color: 12473745.

HSL color Cylindrical-coordinate representation of color #9155BE: hue angle of 274.29º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9155BE is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 145 85 190 -
CMYK 0.24 0.55 0 0.25
HSL 274.29º 0.45% 0.54% -
HSV(B) 274.29º 0.55% 0.75% -
XYZ 24.22 16.23 50.57 -
YUV 114.91 170.38 149.46 -
System Red Green Blue C M Y K H S L
Decimal 145 85 190 0.24 0.55 0 0.25 274.29 0.45 0.54
Hex 91 55 BE 18 37 0 19 112 2D 36
Octal 221 125 276 30 67 0 31 422 55 66
Binary 10010001 1010101 10111110 11000 110111 0 11001 100010010 101101 110110

Color Harmonies of #9155BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9155BE

Black with #9155BE

Text Example


Text Example

White with #9155BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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