#8369C4

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

Shades of True V #8369C4

Tints of True V #8369C4

Color information

#8369C4 (or 0x8369C4) is unknown color: approx True V. HEX triplet: 83, 69 and C4. RGB value is (131,105,196). Sum of RGB (Red+Green+Blue) = 131+105+196=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 196 (76.95% from 255 or 45.37% from 432); Max value from RGB is 196 - color contains mainly: blue. Hex color #8369C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8369C4 is #7C963B. Grayscale: #7A7A7A. Windows color (decimal): -8164924 or 12872067. OLE color: 12872067.

HSL color Cylindrical-coordinate representation of color #8369C4: hue angle of 257.14º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8369C4 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB131105196-
CMYK0.330.4600.23
HSL257.14º43.54%59.02%-
HSV(B)257.14º46.43%76.86%-
XYZ24.3818.9154.59-
YUV123.15169.11133.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.32%
GREEN value IS 105 (41.41% from 255) = 24.31%
BLUE value IS 196 (76.95% from 255) = 45.37%
R=30.32%
G=24.31%
B=45.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1311051960.330.4600.23257.1443.5459.02
Hex8369C4212E0171012c3b
Octal20315130441560274015473
Binary10000011110100111000100100001101110010111100000001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8369C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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