#974BBF

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

Shades of Deep Lilac #974BBF

Tints of Deep Lilac #974BBF

Color information

#974BBF (or 0x974BBF) is unknown color: approx Deep Lilac. HEX triplet: 97, 4B and BF. RGB value is (151,75,191). Sum of RGB (Red+Green+Blue) = 151+75+191=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #974BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974BBF is #68B440. Grayscale: #6E6E6E. Windows color (decimal): -6861889 or 12536727. OLE color: 12536727.

HSL color Cylindrical-coordinate representation of color #974BBF: hue angle of 279.31º 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 #974BBF is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15175191-
CMYK0.210.6100.25
HSL279.31º47.54%52.16%-
HSV(B)279.31º60.73%74.9%-
XYZ24.6815.3750.96-
YUV110.95173.18156.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.21%
GREEN value IS 75 (29.69% from 255) = 17.99%
BLUE value IS 191 (75% from 255) = 45.80%
R=36.21%
G=17.99%
B=45.80%

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
Decimal151751910.210.6100.25279.3147.5452.16
Hex974BBF153D0191173034
Octal22711327725750314276064
Binary1001011110010111011111110101111101011001100010111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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