Html Css Color HEX #9453BB Deep Lilac

📋 copy color: '#9453BB'

red 148 ◦ green 83 ◦ blue 187

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

Shades of Deep Lilac #9453BB

Tints of Deep Lilac #9453BB

RGB

 RED value IS 148 (58.2% from 255) = 35.41%

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

 BLUE value IS 187 (73.44% from 255) = 44.74%

R = 35.41%
G = 19.86%
B = 44.74%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9453BB (or 0x9453BB) is known color: Deep Lilac. HEX triplet: 94, 53 and BB. RGB value is (148,83,187). Sum of RGB (Red+Green+Blue) = 148+83+187=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #9453BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9453BB is #6BAC44. Grayscale: #717171. Windows color (decimal): -7056453 or 12276628. OLE color: 12276628.

HSL color Cylindrical-coordinate representation of color #9453BB: hue angle of 277.5º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9453BB is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 83 187 -
CMYK 0.21 0.56 0 0.27
HSL 277.5º 0.43% 0.53% -
HSV(B) 277.5º 0.56% 0.73% -
XYZ 24.28 16.07 48.84 -
YUV 114.29 169.03 152.04 -
System Red Green Blue C M Y K H S L
Decimal 148 83 187 0.21 0.56 0 0.27 277.5 0.43 0.53
Hex 94 53 BB 15 38 0 1B 116 2B 35
Octal 224 123 273 25 70 0 33 426 53 65
Binary 10010100 1010011 10111011 10101 111000 0 11011 100010110 101011 110101

Color Harmonies of #9453BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9453BB

Black with #9453BB

Text Example


Text Example

White with #9453BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9453BB; }

 p { color: rgb(148,83,187); }

 H1.HeaderClassName
 {
   color: #9453BB;
 }
 .AnyTagClassName
 {
   color: #9453BB;
 }
</style>

background-color css

<style>
 a { background-color: #9453BB; }

 a { background-color: rgb(148,83,187); }

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

border-color css

<style>
 span { border-color: #9453BB; }

 span { border-color: rgb(148,83,187); }

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