Html Css Color HEX #9467BE Lilac Bush

📋 copy color: '#9467BE'

red 148 ◦ green 103 ◦ blue 190

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

Shades of Lilac Bush #9467BE

Tints of Lilac Bush #9467BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.08%

R = 33.56%
G = 23.36%
B = 43.08%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9467BE (or 0x9467BE) is known color: Lilac Bush. HEX triplet: 94, 67 and BE. RGB value is (148,103,190). Sum of RGB (Red+Green+Blue) = 148+103+190=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #9467BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9467BE is #6B9841. Grayscale: #7E7E7E. Windows color (decimal): -7051330 or 12478356. OLE color: 12478356.

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

Color convert

RGB 148 103 190 -
CMYK 0.22 0.46 0 0.25
HSL 271.03º 0.4% 0.57% -
HSV(B) 271.03º 0.46% 0.75% -
XYZ 26.36 19.71 51.13 -
YUV 126.37 163.91 143.43 -
System Red Green Blue C M Y K H S L
Decimal 148 103 190 0.22 0.46 0 0.25 271.03 0.4 0.57
Hex 94 67 BE 16 2E 0 19 10F 28 39
Octal 224 147 276 26 56 0 31 417 50 71
Binary 10010100 1100111 10111110 10110 101110 0 11001 100001111 101000 111001

Color Harmonies of #9467BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9467BE

Black with #9467BE

Text Example


Text Example

White with #9467BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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