Html Css Color HEX #9150BE Deep Lilac

📋 copy color: '#9150BE'

red 145 ◦ green 80 ◦ blue 190

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

Shades of Deep Lilac #9150BE

Tints of Deep Lilac #9150BE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.28%

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

R = 34.94%
G = 19.28%
B = 45.78%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9150BE (or 0x9150BE) is known color: Deep Lilac. HEX triplet: 91, 50 and BE. RGB value is (145,80,190). Sum of RGB (Red+Green+Blue) = 145+80+190=415 (54% of max value = 765). Red value is 145 (57.03% from 255 or 34.94% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #9150BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9150BE is #6EAF41. Grayscale: #6F6F6F. Windows color (decimal): -7253826 or 12472465. OLE color: 12472465.

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

Color convert

RGB 145 80 190 -
CMYK 0.24 0.58 0 0.25
HSL 275.45º 0.46% 0.53% -
HSV(B) 275.45º 0.58% 0.75% -
XYZ 23.84 15.47 50.45 -
YUV 111.98 172.03 151.56 -
System Red Green Blue C M Y K H S L
Decimal 145 80 190 0.24 0.58 0 0.25 275.45 0.46 0.53
Hex 91 50 BE 18 3A 0 19 113 2E 35
Octal 221 120 276 30 72 0 31 423 56 65
Binary 10010001 1010000 10111110 11000 111010 0 11001 100010011 101110 110101

Color Harmonies of #9150BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9150BE

Black with #9150BE

Text Example


Text Example

White with #9150BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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