#845FBC

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

Shades of True V #845FBC

Tints of True V #845FBC

Color information

#845FBC (or 0x845FBC) is unknown color: approx True V. HEX triplet: 84, 5F and BC. RGB value is (132,95,188). Sum of RGB (Red+Green+Blue) = 132+95+188=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #845FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845FBC is #7BA043. Grayscale: #747474. Windows color (decimal): -8101956 or 12345220. OLE color: 12345220.

HSL color Cylindrical-coordinate representation of color #845FBC: hue angle of 263.87º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #845FBC is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13295188-
CMYK0.300.4900.26
HSL263.87º40.97%55.49%-
HSV(B)263.87º49.47%73.73%-
XYZ22.6916.7249.61-
YUV116.66168.26138.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.81%
GREEN value IS 95 (37.5% from 255) = 22.89%
BLUE value IS 188 (73.83% from 255) = 45.30%
R=31.81%
G=22.89%
B=45.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal132951880.300.4900.26263.8740.9755.49
Hex845FBC1E3101A1082937
Octal20413727436610324105167
Binary1000010010111111011110011110110001011010100001000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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