Html Css Color HEX #9453BA Deep Lilac

📋 copy color: '#9453BA'

red 148 ◦ green 83 ◦ blue 186

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

Shades of Deep Lilac #9453BA

Tints of Deep Lilac #9453BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.6%

R = 35.49%
G = 19.9%
B = 44.6%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9453BA (or 0x9453BA) is known color: Deep Lilac. HEX triplet: 94, 53 and BA. RGB value is (148,83,186). Sum of RGB (Red+Green+Blue) = 148+83+186=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #9453BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9453BA is #6BAC45. Grayscale: #717171. Windows color (decimal): -7056454 or 12211092. OLE color: 12211092.

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

Color convert

RGB 148 83 186 -
CMYK 0.20 0.55 0 0.27
HSL 277.86º 0.43% 0.53% -
HSV(B) 277.86º 0.55% 0.73% -
XYZ 24.17 16.03 48.27 -
YUV 114.18 168.53 152.12 -
System Red Green Blue C M Y K H S L
Decimal 148 83 186 0.20 0.55 0 0.27 277.86 0.43 0.53
Hex 94 53 BA 14 37 0 1B 116 2B 35
Octal 224 123 272 24 67 0 33 426 53 65
Binary 10010100 1010011 10111010 10100 110111 0 11011 100010110 101011 110101

Color Harmonies of #9453BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9453BA

Black with #9453BA

Text Example


Text Example

White with #9453BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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