Html Css Color HEX #9575BF Lilac Bush

📋 copy color: '#9575BF'

red 149 ◦ green 117 ◦ blue 191

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

Shades of Lilac Bush #9575BF

Tints of Lilac Bush #9575BF

RGB

 RED value IS 149 (58.59% from 255) = 32.6%

 GREEN value IS 117 (46.09% from 255) = 25.6%

 BLUE value IS 191 (75% from 255) = 41.79%

R = 32.6%
G = 25.6%
B = 41.79%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9575BF (or 0x9575BF) is known color: Lilac Bush. HEX triplet: 95, 75 and BF. RGB value is (149,117,191). Sum of RGB (Red+Green+Blue) = 149+117+191=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #9575BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9575BF is #6A8A40. Grayscale: #868686. Windows color (decimal): -6982209 or 12547477. OLE color: 12547477.

HSL color Cylindrical-coordinate representation of color #9575BF: hue angle of 265.95º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9575BF is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 117 191 -
CMYK 0.22 0.39 0 0.25
HSL 265.95º 0.37% 0.6% -
HSV(B) 265.95º 0.39% 0.75% -
XYZ 28.16 22.87 52.22 -
YUV 135 159.6 137.98 -
System Red Green Blue C M Y K H S L
Decimal 149 117 191 0.22 0.39 0 0.25 265.95 0.37 0.6
Hex 95 75 BF 16 27 0 19 10A 25 3C
Octal 225 165 277 26 47 0 31 412 45 74
Binary 10010101 1110101 10111111 10110 100111 0 11001 100001010 100101 111100

Color Harmonies of #9575BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9575BF

Black with #9575BF

Text Example


Text Example

White with #9575BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9575BF; }

 p { color: rgb(149,117,191); }

 H1.HeaderClassName
 {
   color: #9575BF;
 }
 .AnyTagClassName
 {
   color: #9575BF;
 }
</style>

background-color css

<style>
 a { background-color: #9575BF; }

 a { background-color: rgb(149,117,191); }

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

border-color css

<style>
 span { border-color: #9575BF; }

 span { border-color: rgb(149,117,191); }

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