Html Css Color HEX #915DB3 Deep Lilac

📋 copy color: '#915DB3'

red 145 ◦ green 93 ◦ blue 179

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

Shades of Deep Lilac #915DB3

Tints of Deep Lilac #915DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.93%

R = 34.77%
G = 22.3%
B = 42.93%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#915DB3 (or 0x915DB3) is known color: Deep Lilac. HEX triplet: 91, 5D and B3. RGB value is (145,93,179). Sum of RGB (Red+Green+Blue) = 145+93+179=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 179 (70.31% from 255 or 42.93% from 417); Max value from RGB is 179 - color contains mainly: blue. Hex color #915DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915DB3 is #6EA24C. Grayscale: #767676. Windows color (decimal): -7250509 or 11754897. OLE color: 11754897.

HSL color Cylindrical-coordinate representation of color #915DB3: hue angle of 276.28º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #915DB3 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 145 93 179 -
CMYK 0.19 0.48 0 0.30
HSL 276.28º 0.36% 0.53% -
HSV(B) 276.28º 0.48% 0.7% -
XYZ 23.73 17.1 44.7 -
YUV 118.35 162.23 147.01 -
System Red Green Blue C M Y K H S L
Decimal 145 93 179 0.19 0.48 0 0.30 276.28 0.36 0.53
Hex 91 5D B3 13 30 0 1E 114 24 35
Octal 221 135 263 23 60 0 36 424 44 65
Binary 10010001 1011101 10110011 10011 110000 0 11110 100010100 100100 110101

Color Harmonies of #915DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915DB3

Black with #915DB3

Text Example


Text Example

White with #915DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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