Html Css Color HEX #915AC0 Deep Lilac

📋 copy color: '#915AC0'

red 145 ◦ green 90 ◦ blue 192

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

Shades of Deep Lilac #915AC0

Tints of Deep Lilac #915AC0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.08%

 BLUE value IS 192 (75.39% from 255) = 44.96%

R = 33.96%
G = 21.08%
B = 44.96%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#915AC0 (or 0x915AC0) is known color: Deep Lilac. HEX triplet: 91, 5A and C0. RGB value is (145,90,192). Sum of RGB (Red+Green+Blue) = 145+90+192=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #915AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915AC0 is #6EA53F. Grayscale: #757575. Windows color (decimal): -7251264 or 12606097. OLE color: 12606097.

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

Color convert

RGB 145 90 192 -
CMYK 0.24 0.53 0 0.25
HSL 272.35º 0.45% 0.55% -
HSV(B) 272.35º 0.53% 0.75% -
XYZ 24.85 17.14 51.87 -
YUV 118.07 169.72 147.21 -
System Red Green Blue C M Y K H S L
Decimal 145 90 192 0.24 0.53 0 0.25 272.35 0.45 0.55
Hex 91 5A C0 18 35 0 19 110 2D 37
Octal 221 132 300 30 65 0 31 420 55 67
Binary 10010001 1011010 11000000 11000 110101 0 11001 100010000 101101 110111

Color Harmonies of #915AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915AC0

Black with #915AC0

Text Example


Text Example

White with #915AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,90,192); }

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

background-color css

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

 a { background-color: rgb(145,90,192); }

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

border-color css

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

 span { border-color: rgb(145,90,192); }

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