Html Css Color HEX #9467BD Lilac Bush

📋 copy color: '#9467BD'

red 148 ◦ green 103 ◦ blue 189

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

Shades of Lilac Bush #9467BD

Tints of Lilac Bush #9467BD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.41%

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

R = 33.64%
G = 23.41%
B = 42.95%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9467BD (or 0x9467BD) is known color: Lilac Bush. HEX triplet: 94, 67 and BD. RGB value is (148,103,189). Sum of RGB (Red+Green+Blue) = 148+103+189=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #9467BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9467BD is #6B9842. Grayscale: #7D7D7D. Windows color (decimal): -7051331 or 12412820. OLE color: 12412820.

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

Color convert

RGB 148 103 189 -
CMYK 0.22 0.46 0 0.26
HSL 271.4º 0.39% 0.57% -
HSV(B) 271.4º 0.46% 0.74% -
XYZ 26.25 19.67 50.56 -
YUV 126.26 163.41 143.51 -
System Red Green Blue C M Y K H S L
Decimal 148 103 189 0.22 0.46 0 0.26 271.4 0.39 0.57
Hex 94 67 BD 16 2E 0 1A 10F 27 39
Octal 224 147 275 26 56 0 32 417 47 71
Binary 10010100 1100111 10111101 10110 101110 0 11010 100001111 100111 111001

Color Harmonies of #9467BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9467BD

Black with #9467BD

Text Example


Text Example

White with #9467BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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