Html Css Color HEX #9562BA Deep Lilac

📋 copy color: '#9562BA'

red 149 ◦ green 98 ◦ blue 186

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

Shades of Deep Lilac #9562BA

Tints of Deep Lilac #9562BA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.63%

 BLUE value IS 186 (73.05% from 255) = 42.96%

R = 34.41%
G = 22.63%
B = 42.96%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9562BA (or 0x9562BA) is known color: Deep Lilac. HEX triplet: 95, 62 and BA. RGB value is (149,98,186). Sum of RGB (Red+Green+Blue) = 149+98+186=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #9562BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9562BA is #6A9D45. Grayscale: #7A7A7A. Windows color (decimal): -6987078 or 12214933. OLE color: 12214933.

HSL color Cylindrical-coordinate representation of color #9562BA: hue angle of 274.77º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9562BA is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 98 186 -
CMYK 0.20 0.47 0 0.27
HSL 274.77º 0.39% 0.56% -
HSV(B) 274.77º 0.47% 0.73% -
XYZ 25.63 18.67 48.71 -
YUV 123.28 163.4 146.34 -
System Red Green Blue C M Y K H S L
Decimal 149 98 186 0.20 0.47 0 0.27 274.77 0.39 0.56
Hex 95 62 BA 14 2F 0 1B 113 27 38
Octal 225 142 272 24 57 0 33 423 47 70
Binary 10010101 1100010 10111010 10100 101111 0 11011 100010011 100111 111000

Color Harmonies of #9562BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9562BA

Black with #9562BA

Text Example


Text Example

White with #9562BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9562BA; }

 p { color: rgb(149,98,186); }

 H1.HeaderClassName
 {
   color: #9562BA;
 }
 .AnyTagClassName
 {
   color: #9562BA;
 }
</style>

background-color css

<style>
 a { background-color: #9562BA; }

 a { background-color: rgb(149,98,186); }

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

border-color css

<style>
 span { border-color: #9562BA; }

 span { border-color: rgb(149,98,186); }

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