Html Css Color HEX #9572C6 Lilac Bush

📋 copy color: '#9572C6'

red 149 ◦ green 114 ◦ blue 198

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

Shades of Lilac Bush #9572C6

Tints of Lilac Bush #9572C6

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.73%

 BLUE value IS 198 (77.73% from 255) = 42.95%

R = 32.32%
G = 24.73%
B = 42.95%

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

#9572C6 (or 0x9572C6) is known color: Lilac Bush. HEX triplet: 95, 72 and C6. RGB value is (149,114,198). Sum of RGB (Red+Green+Blue) = 149+114+198=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 198 - color contains mainly: blue. Hex color #9572C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9572C6 is #6A8D39. Grayscale: #858585. Windows color (decimal): -6982970 or 13005461. OLE color: 13005461.

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

Color convert

RGB 149 114 198 -
CMYK 0.25 0.42 0 0.22
HSL 265º 0.42% 0.61% -
HSV(B) 265º 0.42% 0.78% -
XYZ 28.6 22.5 56.26 -
YUV 134.04 164.1 138.67 -
System Red Green Blue C M Y K H S L
Decimal 149 114 198 0.25 0.42 0 0.22 265 0.42 0.61
Hex 95 72 C6 19 2A 0 16 109 2A 3D
Octal 225 162 306 31 52 0 26 411 52 75
Binary 10010101 1110010 11000110 11001 101010 0 10110 100001001 101010 111101

Color Harmonies of #9572C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9572C6

Black with #9572C6

Text Example


Text Example

White with #9572C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9572C6; }

 p { color: rgb(149,114,198); }

 H1.HeaderClassName
 {
   color: #9572C6;
 }
 .AnyTagClassName
 {
   color: #9572C6;
 }
</style>

background-color css

<style>
 a { background-color: #9572C6; }

 a { background-color: rgb(149,114,198); }

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

border-color css

<style>
 span { border-color: #9572C6; }

 span { border-color: rgb(149,114,198); }

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