#8362CF

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

Shades of True V #8362CF

Tints of True V #8362CF

Color information

#8362CF (or 0x8362CF) is unknown color: approx True V. HEX triplet: 83, 62 and CF. RGB value is (131,98,207). Sum of RGB (Red+Green+Blue) = 131+98+207=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #8362CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8362CF is #7C9D30. Grayscale: #777777. Windows color (decimal): -8166705 or 13591171. OLE color: 13591171.

HSL color Cylindrical-coordinate representation of color #8362CF: hue angle of 258.17º 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 #8362CF is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13198207-
CMYK0.370.5300.19
HSL258.17º53.17%59.8%-
HSV(B)258.17º52.66%81.18%-
XYZ24.9918.0761.2-
YUV120.29176.93135.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.05%
GREEN value IS 98 (38.67% from 255) = 22.48%
BLUE value IS 207 (81.25% from 255) = 47.48%
R=30.05%
G=22.48%
B=47.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal131982070.370.5300.19258.1753.1759.8
Hex8362CF2535013102353c
Octal20314231745650234026574
Binary10000011110001011001111100101110101010011100000010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8362CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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