#8462BE

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

Shades of True V #8462BE

Tints of True V #8462BE

Color information

#8462BE (or 0x8462BE) is unknown color: approx True V. HEX triplet: 84, 62 and BE. RGB value is (132,98,190). Sum of RGB (Red+Green+Blue) = 132+98+190=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #8462BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8462BE is #7B9D41. Grayscale: #767676. Windows color (decimal): -8101186 or 12477060. OLE color: 12477060.

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

Color convert

RGB13298190-
CMYK0.310.4800.25
HSL262.17º41.44%56.47%-
HSV(B)262.17º48.42%74.51%-
XYZ23.1817.3650.84-
YUV118.65168.26137.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.43%
GREEN value IS 98 (38.67% from 255) = 23.33%
BLUE value IS 190 (74.61% from 255) = 45.24%
R=31.43%
G=23.33%
B=45.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132981900.310.4800.25262.1741.4456.47
Hex8462BE1F300191062938
Octal20414227637600314065170
Binary1000010011000101011111011111110000011001100000110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8462BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8462BE; }

 p { color: rgb(132,98,190); }

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

<style>
 a { background-color: #8462BE; }

 a { background-color: rgb(132,98,190); }

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

<style>
 span { border-color: #8462BE; }

 span { border-color: rgb(132,98,190); }

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