Html Css Color HEX #9153BC Deep Lilac

📋 copy color: '#9153BC'

red 145 ◦ green 83 ◦ blue 188

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

Shades of Deep Lilac #9153BC

Tints of Deep Lilac #9153BC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.95%

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

R = 34.86%
G = 19.95%
B = 45.19%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9153BC (or 0x9153BC) is known color: Deep Lilac. HEX triplet: 91, 53 and BC. RGB value is (145,83,188). Sum of RGB (Red+Green+Blue) = 145+83+188=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #9153BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9153BC is #6EAC43. Grayscale: #717171. Windows color (decimal): -7253060 or 12342161. OLE color: 12342161.

HSL color Cylindrical-coordinate representation of color #9153BC: hue angle of 275.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9153BC is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 145 83 188 -
CMYK 0.23 0.56 0 0.26
HSL 275.43º 0.44% 0.53% -
HSV(B) 275.43º 0.56% 0.74% -
XYZ 23.85 15.84 49.38 -
YUV 113.51 170.04 150.46 -
System Red Green Blue C M Y K H S L
Decimal 145 83 188 0.23 0.56 0 0.26 275.43 0.44 0.53
Hex 91 53 BC 17 38 0 1A 113 2C 35
Octal 221 123 274 27 70 0 32 423 54 65
Binary 10010001 1010011 10111100 10111 111000 0 11010 100010011 101100 110101

Color Harmonies of #9153BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9153BC

Black with #9153BC

Text Example


Text Example

White with #9153BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9153BC; }

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

 H1.HeaderClassName
 {
   color: #9153BC;
 }
 .AnyTagClassName
 {
   color: #9153BC;
 }
</style>

background-color css

<style>
 a { background-color: #9153BC; }

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

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

border-color css

<style>
 span { border-color: #9153BC; }

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

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