#8360CE

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

Shades of True V #8360CE

Tints of True V #8360CE

Color information

#8360CE (or 0x8360CE) is unknown color: approx True V. HEX triplet: 83, 60 and CE. RGB value is (131,96,206). Sum of RGB (Red+Green+Blue) = 131+96+206=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #8360CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8360CE is #7C9F31. Grayscale: #767676. Windows color (decimal): -8167218 or 13525123. OLE color: 13525123.

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

Color convert

RGB13196206-
CMYK0.360.5300.19
HSL259.09º52.88%59.22%-
HSV(B)259.09º53.4%80.78%-
XYZ24.6817.6560.5-
YUV119177.1136.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.25%
GREEN value IS 96 (37.89% from 255) = 22.17%
BLUE value IS 206 (80.86% from 255) = 47.58%
R=30.25%
G=22.17%
B=47.58%

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
Decimal131962060.360.5300.19259.0952.8859.22
Hex8360CE2435013103353b
Octal20314031644650234036573
Binary10000011110000011001110100100110101010011100000011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8360CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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