Html Css Color HEX #9574C7 Lilac Bush

📋 copy color: '#9574C7'

red 149 ◦ green 116 ◦ blue 199

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

Shades of Lilac Bush #9574C7

Tints of Lilac Bush #9574C7

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25%

 BLUE value IS 199 (78.13% from 255) = 42.89%

R = 32.11%
G = 25%
B = 42.89%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9574C7 (or 0x9574C7) is known color: Lilac Bush. HEX triplet: 95, 74 and C7. RGB value is (149,116,199). Sum of RGB (Red+Green+Blue) = 149+116+199=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 199 (78.12% from 255 or 42.89% from 464); Max value from RGB is 199 - color contains mainly: blue. Hex color #9574C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9574C7 is #6A8B38. Grayscale: #878787. Windows color (decimal): -6982457 or 13071509. OLE color: 13071509.

HSL color Cylindrical-coordinate representation of color #9574C7: hue angle of 263.86º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9574C7 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 116 199 -
CMYK 0.25 0.42 0 0.22
HSL 263.86º 0.43% 0.62% -
HSV(B) 263.86º 0.42% 0.78% -
XYZ 28.95 23 56.95 -
YUV 135.33 163.93 137.75 -
System Red Green Blue C M Y K H S L
Decimal 149 116 199 0.25 0.42 0 0.22 263.86 0.43 0.62
Hex 95 74 C7 19 2A 0 16 108 2B 3E
Octal 225 164 307 31 52 0 26 410 53 76
Binary 10010101 1110100 11000111 11001 101010 0 10110 100001000 101011 111110

Color Harmonies of #9574C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9574C7

Black with #9574C7

Text Example


Text Example

White with #9574C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9574C7; }

 p { color: rgb(149,116,199); }

 H1.HeaderClassName
 {
   color: #9574C7;
 }
 .AnyTagClassName
 {
   color: #9574C7;
 }
</style>

background-color css

<style>
 a { background-color: #9574C7; }

 a { background-color: rgb(149,116,199); }

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

border-color css

<style>
 span { border-color: #9574C7; }

 span { border-color: rgb(149,116,199); }

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