#8367BE

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

Shades of True V #8367BE

Tints of True V #8367BE

Color information

#8367BE (or 0x8367BE) is unknown color: approx True V. HEX triplet: 83, 67 and BE. RGB value is (131,103,190). Sum of RGB (Red+Green+Blue) = 131+103+190=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #8367BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8367BE is #7C9841. Grayscale: #787878. Windows color (decimal): -8165442 or 12478339. OLE color: 12478339.

HSL color Cylindrical-coordinate representation of color #8367BE: hue angle of 259.31º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8367BE is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB131103190-
CMYK0.310.4600.25
HSL259.31º40.09%57.45%-
HSV(B)259.31º45.79%74.51%-
XYZ23.518.2451-
YUV121.29166.78134.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.90%
GREEN value IS 103 (40.62% from 255) = 24.29%
BLUE value IS 190 (74.61% from 255) = 44.81%
R=30.90%
G=24.29%
B=44.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311031900.310.4600.25259.3140.0957.45
Hex8367BE1F2E0191032839
Octal20314727637560314035071
Binary1000001111001111011111011111101110011001100000011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8367BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8367BE; }

 p { color: rgb(131,103,190); }

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

<style>
 a { background-color: #8367BE; }

 a { background-color: rgb(131,103,190); }

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

<style>
 span { border-color: #8367BE; }

 span { border-color: rgb(131,103,190); }

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