#8359C6

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

Shades of True V #8359C6

Tints of True V #8359C6

Color information

#8359C6 (or 0x8359C6) is unknown color: approx True V. HEX triplet: 83, 59 and C6. RGB value is (131,89,198). Sum of RGB (Red+Green+Blue) = 131+89+198=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 198 (77.73% from 255 or 47.37% from 418); Max value from RGB is 198 - color contains mainly: blue. Hex color #8359C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8359C6 is #7CA639. Grayscale: #717171. Windows color (decimal): -8169018 or 12999043. OLE color: 12999043.

HSL color Cylindrical-coordinate representation of color #8359C6: hue angle of 263.12º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8359C6 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13189198-
CMYK0.340.5500.22
HSL263.12º48.88%56.27%-
HSV(B)263.12º55.05%77.65%-
XYZ23.1316.0555.3-
YUV113.98175.41140.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.34%
GREEN value IS 89 (35.16% from 255) = 21.29%
BLUE value IS 198 (77.73% from 255) = 47.37%
R=31.34%
G=21.29%
B=47.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal131891980.340.5500.22263.1248.8856.27
Hex8359C622370161073138
Octal20313130642670264076170
Binary10000011101100111000110100010110111010110100000111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8359C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8359C6; }

 p { color: rgb(131,89,198); }

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

<style>
 a { background-color: #8359C6; }

 a { background-color: rgb(131,89,198); }

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

<style>
 span { border-color: #8359C6; }

 span { border-color: rgb(131,89,198); }

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