#8462CF

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

Shades of True V #8462CF

Tints of True V #8462CF

Color information

#8462CF (or 0x8462CF) is unknown color: approx True V. HEX triplet: 84, 62 and CF. RGB value is (132,98,207). Sum of RGB (Red+Green+Blue) = 132+98+207=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #8462CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8462CF is #7B9D30. Grayscale: #787878. Windows color (decimal): -8101169 or 13591172. OLE color: 13591172.

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

Color convert

RGB13298207-
CMYK0.360.5300.19
HSL258.72º53.17%59.8%-
HSV(B)258.72º52.66%81.18%-
XYZ25.1518.1561.21-
YUV120.59176.76136.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.21%
GREEN value IS 98 (38.67% from 255) = 22.43%
BLUE value IS 207 (81.25% from 255) = 47.37%
R=30.21%
G=22.43%
B=47.37%

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
Decimal132982070.360.5300.19258.7253.1759.8
Hex8462CF2435013103353c
Octal20414231744650234036574
Binary10000100110001011001111100100110101010011100000011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8462CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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