#8360C1

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

Shades of True V #8360C1

Tints of True V #8360C1

Color information

#8360C1 (or 0x8360C1) is unknown color: approx True V. HEX triplet: 83, 60 and C1. RGB value is (131,96,193). Sum of RGB (Red+Green+Blue) = 131+96+193=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #8360C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8360C1 is #7C9F3E. Grayscale: #757575. Windows color (decimal): -8167231 or 12673155. OLE color: 12673155.

HSL color Cylindrical-coordinate representation of color #8360C1: hue angle of 261.65º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8360C1 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13196193-
CMYK0.320.5000.24
HSL261.65º43.89%56.67%-
HSV(B)261.65º50.26%75.69%-
XYZ23.1717.0452.52-
YUV117.52170.6137.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.19%
GREEN value IS 96 (37.89% from 255) = 22.86%
BLUE value IS 193 (75.78% from 255) = 45.95%
R=31.19%
G=22.86%
B=45.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131961930.320.5000.24261.6543.8956.67
Hex8360C120320181062c39
Octal20314030140620304065471
Binary10000011110000011000001100000110010011000100000110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8360C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8360C1; }

 p { color: rgb(131,96,193); }

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

<style>
 a { background-color: #8360C1; }

 a { background-color: rgb(131,96,193); }

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

<style>
 span { border-color: #8360C1; }

 span { border-color: rgb(131,96,193); }

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