Html Css Color HEX #9456BD Deep Lilac

📋 copy color: '#9456BD'

red 148 ◦ green 86 ◦ blue 189

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

Shades of Deep Lilac #9456BD

Tints of Deep Lilac #9456BD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.33%

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

R = 34.99%
G = 20.33%
B = 44.68%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9456BD (or 0x9456BD) is known color: Deep Lilac. HEX triplet: 94, 56 and BD. RGB value is (148,86,189). Sum of RGB (Red+Green+Blue) = 148+86+189=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #9456BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9456BD is #6BA942. Grayscale: #737373. Windows color (decimal): -7055683 or 12408468. OLE color: 12408468.

HSL color Cylindrical-coordinate representation of color #9456BD: hue angle of 276.12º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9456BD is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 86 189 -
CMYK 0.22 0.54 0 0.26
HSL 276.12º 0.44% 0.54% -
HSV(B) 276.12º 0.54% 0.74% -
XYZ 24.73 16.63 50.05 -
YUV 116.28 169.04 150.62 -
System Red Green Blue C M Y K H S L
Decimal 148 86 189 0.22 0.54 0 0.26 276.12 0.44 0.54
Hex 94 56 BD 16 36 0 1A 114 2C 36
Octal 224 126 275 26 66 0 32 424 54 66
Binary 10010100 1010110 10111101 10110 110110 0 11010 100010100 101100 110110

Color Harmonies of #9456BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9456BD

Black with #9456BD

Text Example


Text Example

White with #9456BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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