Html Css Color HEX #915BBC Deep Lilac

📋 copy color: '#915BBC'

red 145 ◦ green 91 ◦ blue 188

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

Shades of Deep Lilac #915BBC

Tints of Deep Lilac #915BBC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.46%

 BLUE value IS 188 (73.83% from 255) = 44.34%

R = 34.2%
G = 21.46%
B = 44.34%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#915BBC (or 0x915BBC) is known color: Deep Lilac. HEX triplet: 91, 5B and BC. RGB value is (145,91,188). Sum of RGB (Red+Green+Blue) = 145+91+188=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #915BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915BBC is #6EA443. Grayscale: #757575. Windows color (decimal): -7251012 or 12344209. OLE color: 12344209.

HSL color Cylindrical-coordinate representation of color #915BBC: hue angle of 273.4º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #915BBC is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 145 91 188 -
CMYK 0.23 0.52 0 0.26
HSL 273.4º 0.42% 0.55% -
HSV(B) 273.4º 0.52% 0.74% -
XYZ 24.5 17.13 49.59 -
YUV 118.2 167.39 147.11 -
System Red Green Blue C M Y K H S L
Decimal 145 91 188 0.23 0.52 0 0.26 273.4 0.42 0.55
Hex 91 5B BC 17 34 0 1A 111 2A 37
Octal 221 133 274 27 64 0 32 421 52 67
Binary 10010001 1011011 10111100 10111 110100 0 11010 100010001 101010 110111

Color Harmonies of #915BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915BBC

Black with #915BBC

Text Example


Text Example

White with #915BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,91,188); }

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

background-color css

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

 a { background-color: rgb(145,91,188); }

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

border-color css

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

 span { border-color: rgb(145,91,188); }

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