#8461CE

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

Shades of True V #8461CE

Tints of True V #8461CE

Color information

#8461CE (or 0x8461CE) is unknown color: approx True V. HEX triplet: 84, 61 and CE. RGB value is (132,97,206). Sum of RGB (Red+Green+Blue) = 132+97+206=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #8461CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8461CE is #7B9E31. Grayscale: #777777. Windows color (decimal): -8101426 or 13525380. OLE color: 13525380.

HSL color Cylindrical-coordinate representation of color #8461CE: hue angle of 259.27º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8461CE is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13297206-
CMYK0.360.5300.19
HSL259.27º52.66%59.41%-
HSV(B)259.27º52.91%80.78%-
XYZ24.9317.9160.54-
YUV119.89176.6136.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.34%
GREEN value IS 97 (38.28% from 255) = 22.30%
BLUE value IS 206 (80.86% from 255) = 47.36%
R=30.34%
G=22.30%
B=47.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal132972060.360.5300.19259.2752.6659.41
Hex8461CE2435013103353b
Octal20414131644650234036573
Binary10000100110000111001110100100110101010011100000011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8461CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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