Html Css Color HEX #915ABC Deep Lilac

📋 copy color: '#915ABC'

red 145 ◦ green 90 ◦ blue 188

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

Shades of Deep Lilac #915ABC

Tints of Deep Lilac #915ABC

RGB

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

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

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

R = 34.28%
G = 21.28%
B = 44.44%

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

#915ABC (or 0x915ABC) is known color: Deep Lilac. HEX triplet: 91, 5A and BC. RGB value is (145,90,188). Sum of RGB (Red+Green+Blue) = 145+90+188=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #915ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915ABC is #6EA543. Grayscale: #757575. Windows color (decimal): -7251268 or 12343953. OLE color: 12343953.

HSL color Cylindrical-coordinate representation of color #915ABC: hue angle of 273.67º 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 #915ABC is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 145 90 188 -
CMYK 0.23 0.52 0 0.26
HSL 273.67º 0.42% 0.55% -
HSV(B) 273.67º 0.52% 0.74% -
XYZ 24.41 16.96 49.56 -
YUV 117.62 167.72 147.53 -
System Red Green Blue C M Y K H S L
Decimal 145 90 188 0.23 0.52 0 0.26 273.67 0.42 0.55
Hex 91 5A BC 17 34 0 1A 112 2A 37
Octal 221 132 274 27 64 0 32 422 52 67
Binary 10010001 1011010 10111100 10111 110100 0 11010 100010010 101010 110111

Color Harmonies of #915ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915ABC

Black with #915ABC

Text Example


Text Example

White with #915ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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