Html Css Color HEX #9467BC Lilac Bush

📋 copy color: '#9467BC'

red 148 ◦ green 103 ◦ blue 188

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

Shades of Lilac Bush #9467BC

Tints of Lilac Bush #9467BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.82%

R = 33.71%
G = 23.46%
B = 42.82%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9467BC (or 0x9467BC) is known color: Lilac Bush. HEX triplet: 94, 67 and BC. RGB value is (148,103,188). Sum of RGB (Red+Green+Blue) = 148+103+188=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #9467BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9467BC is #6B9843. Grayscale: #7D7D7D. Windows color (decimal): -7051332 or 12347284. OLE color: 12347284.

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

Color convert

RGB 148 103 188 -
CMYK 0.21 0.45 0 0.26
HSL 271.76º 0.39% 0.57% -
HSV(B) 271.76º 0.45% 0.74% -
XYZ 26.14 19.63 49.99 -
YUV 126.15 162.91 143.59 -
System Red Green Blue C M Y K H S L
Decimal 148 103 188 0.21 0.45 0 0.26 271.76 0.39 0.57
Hex 94 67 BC 15 2D 0 1A 110 27 39
Octal 224 147 274 25 55 0 32 420 47 71
Binary 10010100 1100111 10111100 10101 101101 0 11010 100010000 100111 111001

Color Harmonies of #9467BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9467BC

Black with #9467BC

Text Example


Text Example

White with #9467BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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