Html Css Color HEX #9453BD Deep Lilac

📋 copy color: '#9453BD'

red 148 ◦ green 83 ◦ blue 189

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

Shades of Deep Lilac #9453BD

Tints of Deep Lilac #9453BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45%

R = 35.24%
G = 19.76%
B = 45%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9453BD (or 0x9453BD) is known color: Deep Lilac. HEX triplet: 94, 53 and BD. RGB value is (148,83,189). Sum of RGB (Red+Green+Blue) = 148+83+189=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #9453BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9453BD is #6BAC42. Grayscale: #727272. Windows color (decimal): -7056451 or 12407700. OLE color: 12407700.

HSL color Cylindrical-coordinate representation of color #9453BD: hue angle of 276.79º degrees, saturation: 0.45, 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 #9453BD is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 83 189 -
CMYK 0.22 0.56 0 0.26
HSL 276.79º 0.45% 0.53% -
HSV(B) 276.79º 0.56% 0.74% -
XYZ 24.49 16.16 49.97 -
YUV 114.52 170.03 151.88 -
System Red Green Blue C M Y K H S L
Decimal 148 83 189 0.22 0.56 0 0.26 276.79 0.45 0.53
Hex 94 53 BD 16 38 0 1A 115 2D 35
Octal 224 123 275 26 70 0 32 425 55 65
Binary 10010100 1010011 10111101 10110 111000 0 11010 100010101 101101 110101

Color Harmonies of #9453BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9453BD

Black with #9453BD

Text Example


Text Example

White with #9453BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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