Html Css Color HEX #9472BD Lilac Bush

📋 copy color: '#9472BD'

red 148 ◦ green 114 ◦ blue 189

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

Shades of Lilac Bush #9472BD

Tints of Lilac Bush #9472BD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.28%

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

R = 32.82%
G = 25.28%
B = 41.91%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9472BD (or 0x9472BD) is known color: Lilac Bush. HEX triplet: 94, 72 and BD. RGB value is (148,114,189). Sum of RGB (Red+Green+Blue) = 148+114+189=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #9472BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9472BD is #6B8D42. Grayscale: #848484. Windows color (decimal): -7048515 or 12415636. OLE color: 12415636.

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

Color convert

RGB 148 114 189 -
CMYK 0.22 0.40 0 0.26
HSL 267.2º 0.36% 0.59% -
HSV(B) 267.2º 0.4% 0.74% -
XYZ 27.42 22 50.95 -
YUV 132.72 159.76 138.9 -
System Red Green Blue C M Y K H S L
Decimal 148 114 189 0.22 0.40 0 0.26 267.2 0.36 0.59
Hex 94 72 BD 16 28 0 1A 10B 24 3B
Octal 224 162 275 26 50 0 32 413 44 73
Binary 10010100 1110010 10111101 10110 101000 0 11010 100001011 100100 111011

Color Harmonies of #9472BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9472BD

Black with #9472BD

Text Example


Text Example

White with #9472BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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