Html Css Color HEX #915DBE Deep Lilac

📋 copy color: '#915DBE'

red 145 ◦ green 93 ◦ blue 190

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

Shades of Deep Lilac #915DBE

Tints of Deep Lilac #915DBE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.73%

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

R = 33.88%
G = 21.73%
B = 44.39%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#915DBE (or 0x915DBE) is known color: Deep Lilac. HEX triplet: 91, 5D and BE. RGB value is (145,93,190). Sum of RGB (Red+Green+Blue) = 145+93+190=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #915DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915DBE is #6EA241. Grayscale: #777777. Windows color (decimal): -7250498 or 12475793. OLE color: 12475793.

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

Color convert

RGB 145 93 190 -
CMYK 0.24 0.51 0 0.25
HSL 272.16º 0.43% 0.55% -
HSV(B) 272.16º 0.51% 0.75% -
XYZ 24.89 17.57 50.79 -
YUV 119.61 167.73 146.11 -
System Red Green Blue C M Y K H S L
Decimal 145 93 190 0.24 0.51 0 0.25 272.16 0.43 0.55
Hex 91 5D BE 18 33 0 19 110 2B 37
Octal 221 135 276 30 63 0 31 420 53 67
Binary 10010001 1011101 10111110 11000 110011 0 11001 100010000 101011 110111

Color Harmonies of #915DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915DBE

Black with #915DBE

Text Example


Text Example

White with #915DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915DBE; }

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

 H1.HeaderClassName
 {
   color: #915DBE;
 }
 .AnyTagClassName
 {
   color: #915DBE;
 }
</style>

background-color css

<style>
 a { background-color: #915DBE; }

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

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

border-color css

<style>
 span { border-color: #915DBE; }

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

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