Html Css Color HEX #9572BE Lilac Bush

📋 copy color: '#9572BE'

red 149 ◦ green 114 ◦ blue 190

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

Shades of Lilac Bush #9572BE

Tints of Lilac Bush #9572BE

RGB

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

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

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

R = 32.89%
G = 25.17%
B = 41.94%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9572BE (or 0x9572BE) is known color: Lilac Bush. HEX triplet: 95, 72 and BE. RGB value is (149,114,190). Sum of RGB (Red+Green+Blue) = 149+114+190=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #9572BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9572BE is #6A8D41. Grayscale: #848484. Windows color (decimal): -6982978 or 12481173. OLE color: 12481173.

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

Color convert

RGB 149 114 190 -
CMYK 0.22 0.40 0 0.25
HSL 267.63º 0.37% 0.6% -
HSV(B) 267.63º 0.4% 0.75% -
XYZ 27.71 22.14 51.53 -
YUV 133.13 160.1 139.32 -
System Red Green Blue C M Y K H S L
Decimal 149 114 190 0.22 0.40 0 0.25 267.63 0.37 0.6
Hex 95 72 BE 16 28 0 19 10C 25 3C
Octal 225 162 276 26 50 0 31 414 45 74
Binary 10010101 1110010 10111110 10110 101000 0 11001 100001100 100101 111100

Color Harmonies of #9572BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9572BE

Black with #9572BE

Text Example


Text Example

White with #9572BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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