#974BC0

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

Shades of Deep Lilac #974BC0

Tints of Deep Lilac #974BC0

Color information

#974BC0 (or 0x974BC0) is unknown color: approx Deep Lilac. HEX triplet: 97, 4B and C0. RGB value is (151,75,192). Sum of RGB (Red+Green+Blue) = 151+75+192=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #974BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974BC0 is #68B43F. Grayscale: #6E6E6E. Windows color (decimal): -6861888 or 12602263. OLE color: 12602263.

HSL color Cylindrical-coordinate representation of color #974BC0: hue angle of 278.97º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #974BC0 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15175192-
CMYK0.210.6100.25
HSL278.97º48.15%52.35%-
HSV(B)278.97º60.94%75.29%-
XYZ24.7915.4251.54-
YUV111.06173.68156.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.12%
GREEN value IS 75 (29.69% from 255) = 17.94%
BLUE value IS 192 (75.39% from 255) = 45.93%
R=36.12%
G=17.94%
B=45.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151751920.210.6100.25278.9748.1552.35
Hex974BC0153D0191173034
Octal22711330025750314276064
Binary1001011110010111100000010101111101011001100010111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974BC0; }

 p { color: rgb(151,75,192); }

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

<style>
 a { background-color: #974BC0; }

 a { background-color: rgb(151,75,192); }

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

<style>
 span { border-color: #974BC0; }

 span { border-color: rgb(151,75,192); }

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