Html Css Color HEX #9155C7 Deep Lilac

📋 copy color: '#9155C7'

red 145 ◦ green 85 ◦ blue 199

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

Shades of Deep Lilac #9155C7

Tints of Deep Lilac #9155C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 46.39%

R = 33.8%
G = 19.81%
B = 46.39%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9155C7 (or 0x9155C7) is known color: Deep Lilac. HEX triplet: 91, 55 and C7. RGB value is (145,85,199). Sum of RGB (Red+Green+Blue) = 145+85+199=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 199 (78.12% from 255 or 46.39% from 429); Max value from RGB is 199 - color contains mainly: blue. Hex color #9155C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9155C7 is #6EAA38. Grayscale: #737373. Windows color (decimal): -7252537 or 13063569. OLE color: 13063569.

HSL color Cylindrical-coordinate representation of color #9155C7: hue angle of 271.58º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9155C7 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 145 85 199 -
CMYK 0.27 0.57 0 0.22
HSL 271.58º 0.5% 0.56% -
HSV(B) 271.58º 0.57% 0.78% -
XYZ 25.23 16.64 55.91 -
YUV 115.94 174.88 148.73 -
System Red Green Blue C M Y K H S L
Decimal 145 85 199 0.27 0.57 0 0.22 271.58 0.5 0.56
Hex 91 55 C7 1B 39 0 16 110 32 38
Octal 221 125 307 33 71 0 26 420 62 70
Binary 10010001 1010101 11000111 11011 111001 0 10110 100010000 110010 111000

Color Harmonies of #9155C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9155C7

Black with #9155C7

Text Example


Text Example

White with #9155C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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