#845DBF

Color #845DBF True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #845DBF

Tints of True V #845DBF

Color information

#845DBF (or 0x845DBF) is unknown color: approx True V. HEX triplet: 84, 5D and BF. RGB value is (132,93,191). Sum of RGB (Red+Green+Blue) = 132+93+191=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #845DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845DBF is #7BA240. Grayscale: #737373. Windows color (decimal): -8102465 or 12541316. OLE color: 12541316.

HSL color Cylindrical-coordinate representation of color #845DBF: hue angle of 263.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #845DBF is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13293191-
CMYK0.310.5100.25
HSL263.88º43.36%55.69%-
HSV(B)263.88º51.31%74.9%-
XYZ22.8316.551.27-
YUV115.83170.42139.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.73%
GREEN value IS 93 (36.72% from 255) = 22.36%
BLUE value IS 191 (75% from 255) = 45.91%
R=31.73%
G=22.36%
B=45.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132931910.310.5100.25263.8843.3655.69
Hex845DBF1F330191082b38
Octal20413527737630314105370
Binary1000010010111011011111111111110011011001100001000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845DBF; }

 p { color: rgb(132,93,191); }

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

<style>
 a { background-color: #845DBF; }

 a { background-color: rgb(132,93,191); }

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

<style>
 span { border-color: #845DBF; }

 span { border-color: rgb(132,93,191); }

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