#8369B8

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

Shades of True V #8369B8

Tints of True V #8369B8

Color information

#8369B8 (or 0x8369B8) is unknown color: approx True V. HEX triplet: 83, 69 and B8. RGB value is (131,105,184). Sum of RGB (Red+Green+Blue) = 131+105+184=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 184 - color contains mainly: blue. Hex color #8369B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8369B8 is #7C9647. Grayscale: #797979. Windows color (decimal): -8164936 or 12085635. OLE color: 12085635.

HSL color Cylindrical-coordinate representation of color #8369B8: hue angle of 259.75º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8369B8 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB131105184-
CMYK0.290.4300.28
HSL259.75º35.75%56.67%-
HSV(B)259.75º42.93%72.16%-
XYZ23.0618.3947.68-
YUV121.78163.11134.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.19%
GREEN value IS 105 (41.41% from 255) = 25%
BLUE value IS 184 (72.27% from 255) = 43.81%
R=31.19%
G=25%
B=43.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1311051840.290.4300.28259.7535.7556.67
Hex8369B81D2B01C1042439
Octal20315127035530344044471
Binary1000001111010011011100011101101011011100100000100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8369B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8369B8; }

 p { color: rgb(131,105,184); }

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

<style>
 a { background-color: #8369B8; }

 a { background-color: rgb(131,105,184); }

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

<style>
 span { border-color: #8369B8; }

 span { border-color: rgb(131,105,184); }

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