#854CC1

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

Shades of Deep Lilac #854CC1

Tints of Deep Lilac #854CC1

Color information

#854CC1 (or 0x854CC1) is unknown color: approx Deep Lilac. HEX triplet: 85, 4C and C1. RGB value is (133,76,193). Sum of RGB (Red+Green+Blue) = 133+76+193=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 193 (75.78% from 255 or 48.01% from 402); Max value from RGB is 193 - color contains mainly: blue. Hex color #854CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854CC1 is #7AB33E. Grayscale: #696969. Windows color (decimal): -8041279 or 12668037. OLE color: 12668037.

HSL color Cylindrical-coordinate representation of color #854CC1: hue angle of 269.23º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #854CC1 is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13376193-
CMYK0.310.6100.24
HSL269.23º48.55%52.75%-
HSV(B)269.23º60.62%75.69%-
XYZ21.8814.0152-
YUV106.38176.88146.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.08%
GREEN value IS 76 (30.08% from 255) = 18.91%
BLUE value IS 193 (75.78% from 255) = 48.01%
R=33.08%
G=18.91%
B=48.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal133761930.310.6100.24269.2348.5552.75
Hex854CC11F3D01810d3135
Octal20511430137750304156165
Binary1000010110011001100000111111111101011000100001101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854CC1; }

 p { color: rgb(133,76,193); }

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

<style>
 a { background-color: #854CC1; }

 a { background-color: rgb(133,76,193); }

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

<style>
 span { border-color: #854CC1; }

 span { border-color: rgb(133,76,193); }

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