#975DBA

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

Shades of Deep Lilac #975DBA

Tints of Deep Lilac #975DBA

Color information

#975DBA (or 0x975DBA) is unknown color: approx Deep Lilac. HEX triplet: 97, 5D and BA. RGB value is (151,93,186). Sum of RGB (Red+Green+Blue) = 151+93+186=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #975DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975DBA is #68A245. Grayscale: #787878. Windows color (decimal): -6857286 or 12213655. OLE color: 12213655.

HSL color Cylindrical-coordinate representation of color #975DBA: hue angle of 277.42º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #975DBA is Cyan = 0.19, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15193186-
CMYK0.190.500.27
HSL277.42º40.26%54.71%-
HSV(B)277.42º50%72.94%-
XYZ25.5417.9548.57-
YUV120.94164.72149.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.12%
GREEN value IS 93 (36.72% from 255) = 21.63%
BLUE value IS 186 (73.05% from 255) = 43.26%
R=35.12%
G=21.63%
B=43.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151931860.190.500.27277.4240.2654.71
Hex975DBA133201B1152837
Octal22713527223620334255067
Binary1001011110111011011101010011110010011011100010101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975DBA; }

 p { color: rgb(151,93,186); }

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

<style>
 a { background-color: #975DBA; }

 a { background-color: rgb(151,93,186); }

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

<style>
 span { border-color: #975DBA; }

 span { border-color: rgb(151,93,186); }

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