Html Css Color HEX #915CC0 Deep Lilac

📋 copy color: '#915CC0'

red 145 ◦ green 92 ◦ blue 192

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

Shades of Deep Lilac #915CC0

Tints of Deep Lilac #915CC0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.45%

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

R = 33.8%
G = 21.45%
B = 44.76%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#915CC0 (or 0x915CC0) is known color: Deep Lilac. HEX triplet: 91, 5C and C0. RGB value is (145,92,192). Sum of RGB (Red+Green+Blue) = 145+92+192=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 192 - color contains mainly: blue. Hex color #915CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915CC0 is #6EA33F. Grayscale: #767676. Windows color (decimal): -7250752 or 12606609. OLE color: 12606609.

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

Color convert

RGB 145 92 192 -
CMYK 0.24 0.52 0 0.25
HSL 271.8º 0.44% 0.56% -
HSV(B) 271.8º 0.52% 0.75% -
XYZ 25.02 17.48 51.92 -
YUV 119.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 145 92 192 0.24 0.52 0 0.25 271.8 0.44 0.56
Hex 91 5C C0 18 34 0 19 110 2C 38
Octal 221 134 300 30 64 0 31 420 54 70
Binary 10010001 1011100 11000000 11000 110100 0 11001 100010000 101100 111000

Color Harmonies of #915CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915CC0

Black with #915CC0

Text Example


Text Example

White with #915CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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