Html Css Color HEX #9575C5 Lilac Bush

📋 copy color: '#9575C5'

red 149 ◦ green 117 ◦ blue 197

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

Shades of Lilac Bush #9575C5

Tints of Lilac Bush #9575C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.55%

R = 32.18%
G = 25.27%
B = 42.55%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9575C5 (or 0x9575C5) is known color: Lilac Bush. HEX triplet: 95, 75 and C5. RGB value is (149,117,197). Sum of RGB (Red+Green+Blue) = 149+117+197=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 197 (77.34% from 255 or 42.55% from 463); Max value from RGB is 197 - color contains mainly: blue. Hex color #9575C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9575C5 is #6A8A3A. Grayscale: #878787. Windows color (decimal): -6982203 or 12940693. OLE color: 12940693.

HSL color Cylindrical-coordinate representation of color #9575C5: hue angle of 264º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9575C5 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 149 117 197 -
CMYK 0.24 0.41 0 0.23
HSL 264º 0.41% 0.62% -
HSV(B) 264º 0.41% 0.77% -
XYZ 28.83 23.14 55.77 -
YUV 135.69 162.6 137.5 -
System Red Green Blue C M Y K H S L
Decimal 149 117 197 0.24 0.41 0 0.23 264 0.41 0.62
Hex 95 75 C5 18 29 0 17 108 29 3E
Octal 225 165 305 30 51 0 27 410 51 76
Binary 10010101 1110101 11000101 11000 101001 0 10111 100001000 101001 111110

Color Harmonies of #9575C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9575C5

Black with #9575C5

Text Example


Text Example

White with #9575C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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