#845FBF

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

Shades of True V #845FBF

Tints of True V #845FBF

Color information

#845FBF (or 0x845FBF) is unknown color: approx True V. HEX triplet: 84, 5F and BF. RGB value is (132,95,191). Sum of RGB (Red+Green+Blue) = 132+95+191=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #845FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845FBF is #7BA040. Grayscale: #747474. Windows color (decimal): -8101953 or 12541828. OLE color: 12541828.

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

Color convert

RGB13295191-
CMYK0.310.5000.25
HSL263.12º42.86%56.08%-
HSV(B)263.12º50.26%74.9%-
XYZ23.0116.8551.33-
YUV117.01169.76138.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.58%
GREEN value IS 95 (37.5% from 255) = 22.73%
BLUE value IS 191 (75% from 255) = 45.69%
R=31.58%
G=22.73%
B=45.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132951910.310.5000.25263.1242.8656.08
Hex845FBF1F320191072b38
Octal20413727737620314075370
Binary1000010010111111011111111111110010011001100000111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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