#834CC1

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

Shades of Deep Lilac #834CC1

Tints of Deep Lilac #834CC1

Color information

#834CC1 (or 0x834CC1) is unknown color: approx Deep Lilac. HEX triplet: 83, 4C and C1. RGB value is (131,76,193). Sum of RGB (Red+Green+Blue) = 131+76+193=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 193 - color contains mainly: blue. Hex color #834CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834CC1 is #7CB33E. Grayscale: #696969. Windows color (decimal): -8172351 or 12668035. OLE color: 12668035.

HSL color Cylindrical-coordinate representation of color #834CC1: hue angle of 268.21º 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 #834CC1 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13176193-
CMYK0.320.6100.24
HSL268.21º48.55%52.75%-
HSV(B)268.21º60.62%75.69%-
XYZ21.5713.8451.99-
YUV105.78177.22145.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.75%
GREEN value IS 76 (30.08% from 255) = 19%
BLUE value IS 193 (75.78% from 255) = 48.25%
R=32.75%
G=19%
B=48.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131761930.320.6100.24268.2148.5552.75
Hex834CC1203D01810c3135
Octal20311430140750304146165
Binary10000011100110011000001100000111101011000100001100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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