#945CBC

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

Shades of Deep Lilac #945CBC

Tints of Deep Lilac #945CBC

Color information

#945CBC (or 0x945CBC) is unknown color: approx Deep Lilac. HEX triplet: 94, 5C and BC. RGB value is (148,92,188). Sum of RGB (Red+Green+Blue) = 148+92+188=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #945CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945CBC is #6BA343. Grayscale: #777777. Windows color (decimal): -7054148 or 12344468. OLE color: 12344468.

HSL color Cylindrical-coordinate representation of color #945CBC: hue angle of 275º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #945CBC is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14892188-
CMYK0.210.5100.26
HSL275º41.74%54.9%-
HSV(B)275º51.06%73.73%-
XYZ25.1217.5849.65-
YUV119.69166.55148.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.58%
GREEN value IS 92 (36.33% from 255) = 21.50%
BLUE value IS 188 (73.83% from 255) = 43.93%
R=34.58%
G=21.50%
B=43.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148921880.210.5100.2627541.7454.9
Hex945CBC153301A1132a37
Octal22413427425630324235267
Binary1001010010111001011110010101110011011010100010011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945CBC; }

 p { color: rgb(148,92,188); }

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

<style>
 a { background-color: #945CBC; }

 a { background-color: rgb(148,92,188); }

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

<style>
 span { border-color: #945CBC; }

 span { border-color: rgb(148,92,188); }

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