#9562bc

Color #9562BC Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9562BC

Tints of Deep Lilac #9562BC

Color information

#9562BC (or 0x9562BC) is unknown color: approx Deep Lilac. HEX triplet: 95, 62 and BC. RGB value is (149,98,188). Sum of RGB (Red+Green+Blue) = 149+98+188=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #9562BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9562BC is #6A9D43. Grayscale: #7B7B7B. Windows color (decimal): -6987076 or 12346005. OLE color: 12346005.

HSL color Cylindrical-coordinate representation of color #9562BC: hue angle of 274º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9562BC is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14998188-
CMYK0.210.4800.26
HSL274º40.18%56.08%-
HSV(B)274º47.87%73.73%-
XYZ25.8418.7649.84-
YUV123.51164.4146.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.25%
GREEN value IS 98 (38.67% from 255) = 22.53%
BLUE value IS 188 (73.83% from 255) = 43.22%
R=34.25%
G=22.53%
B=43.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal149981880.210.4800.2627440.1856.08
Hex9562BC153001A1122838
Octal22514227425600324225070
Binary1001010111000101011110010101110000011010100010010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9562bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9562bc;
 }
 .AnyTagClassName
 {
   color: #9562bc;
 }
</style>
background-color css

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

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

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

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

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

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