#8359C8

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

Shades of True V #8359C8

Tints of True V #8359C8

Color information

#8359C8 (or 0x8359C8) is unknown color: approx True V. HEX triplet: 83, 59 and C8. RGB value is (131,89,200). Sum of RGB (Red+Green+Blue) = 131+89+200=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 200 (78.52% from 255 or 47.62% from 420); Max value from RGB is 200 - color contains mainly: blue. Hex color #8359C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8359C8 is #7CA637. Grayscale: #717171. Windows color (decimal): -8169016 or 13130115. OLE color: 13130115.

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

Color convert

RGB13189200-
CMYK0.340.5600.22
HSL262.7º50.23%56.67%-
HSV(B)262.7º55.5%78.43%-
XYZ23.3616.1456.53-
YUV114.21176.41139.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.19%
GREEN value IS 89 (35.16% from 255) = 21.19%
BLUE value IS 200 (78.52% from 255) = 47.62%
R=31.19%
G=21.19%
B=47.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal131892000.340.5600.22262.750.2356.67
Hex8359C822380161073239
Octal20313131042700264076271
Binary10000011101100111001000100010111000010110100000111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8359C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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