#8461BC

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

Shades of True V #8461BC

Tints of True V #8461BC

Color information

#8461BC (or 0x8461BC) is unknown color: approx True V. HEX triplet: 84, 61 and BC. RGB value is (132,97,188). Sum of RGB (Red+Green+Blue) = 132+97+188=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #8461BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8461BC is #7B9E43. Grayscale: #757575. Windows color (decimal): -8101444 or 12345732. OLE color: 12345732.

HSL color Cylindrical-coordinate representation of color #8461BC: hue angle of 263.08º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8461BC is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13297188-
CMYK0.300.4800.26
HSL263.08º40.44%55.88%-
HSV(B)263.08º48.4%73.73%-
XYZ22.8717.0949.67-
YUV117.84167.6138.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.65%
GREEN value IS 97 (38.28% from 255) = 23.26%
BLUE value IS 188 (73.83% from 255) = 45.08%
R=31.65%
G=23.26%
B=45.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal132971880.300.4800.26263.0840.4455.88
Hex8461BC1E3001A1072838
Octal20414127436600324075070
Binary1000010011000011011110011110110000011010100000111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8461BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8461BC; }

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

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

<style>
 a { background-color: #8461BC; }

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

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

<style>
 span { border-color: #8461BC; }

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

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