#8360BB

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

Shades of True V #8360BB

Tints of True V #8360BB

Color information

#8360BB (or 0x8360BB) is unknown color: approx True V. HEX triplet: 83, 60 and BB. RGB value is (131,96,187). Sum of RGB (Red+Green+Blue) = 131+96+187=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #8360BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8360BB is #7C9F44. Grayscale: #747474. Windows color (decimal): -8167237 or 12279939. OLE color: 12279939.

HSL color Cylindrical-coordinate representation of color #8360BB: hue angle of 263.08º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8360BB is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13196187-
CMYK0.300.4900.27
HSL263.08º40.09%55.49%-
HSV(B)263.08º48.66%73.33%-
XYZ22.5116.7849.07-
YUV116.84167.6138.1-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.64%
GREEN value IS 96 (37.89% from 255) = 23.19%
BLUE value IS 187 (73.44% from 255) = 45.17%
R=31.64%
G=23.19%
B=45.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131961870.300.4900.27263.0840.0955.49
Hex8360BB1E3101B1072837
Octal20314027336610334075067
Binary1000001111000001011101111110110001011011100000111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8360BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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