Html Css Color HEX #9151BE Deep Lilac

📋 copy color: '#9151BE'

red 145 ◦ green 81 ◦ blue 190

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

Shades of Deep Lilac #9151BE

Tints of Deep Lilac #9151BE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.47%

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

R = 34.86%
G = 19.47%
B = 45.67%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9151BE (or 0x9151BE) is known color: Deep Lilac. HEX triplet: 91, 51 and BE. RGB value is (145,81,190). Sum of RGB (Red+Green+Blue) = 145+81+190=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #9151BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9151BE is #6EAE41. Grayscale: #707070. Windows color (decimal): -7253570 or 12472721. OLE color: 12472721.

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

Color convert

RGB 145 81 190 -
CMYK 0.24 0.57 0 0.25
HSL 275.23º 0.46% 0.53% -
HSV(B) 275.23º 0.57% 0.75% -
XYZ 23.91 15.62 50.47 -
YUV 112.56 171.7 151.14 -
System Red Green Blue C M Y K H S L
Decimal 145 81 190 0.24 0.57 0 0.25 275.23 0.46 0.53
Hex 91 51 BE 18 39 0 19 113 2E 35
Octal 221 121 276 30 71 0 31 423 56 65
Binary 10010001 1010001 10111110 11000 111001 0 11001 100010011 101110 110101

Color Harmonies of #9151BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9151BE

Black with #9151BE

Text Example


Text Example

White with #9151BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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