#8469C5

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

Shades of True V #8469C5

Tints of True V #8469C5

Color information

#8469C5 (or 0x8469C5) is unknown color: approx True V. HEX triplet: 84, 69 and C5. RGB value is (132,105,197). Sum of RGB (Red+Green+Blue) = 132+105+197=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 197 - color contains mainly: blue. Hex color #8469C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8469C5 is #7B963A. Grayscale: #7B7B7B. Windows color (decimal): -8099387 or 12937604. OLE color: 12937604.

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

Color convert

RGB132105197-
CMYK0.330.4700.23
HSL257.61º44.23%59.22%-
HSV(B)257.61º46.7%77.25%-
XYZ24.6519.0455.2-
YUV123.56169.45134.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.41%
GREEN value IS 105 (41.41% from 255) = 24.19%
BLUE value IS 197 (77.34% from 255) = 45.39%
R=30.41%
G=24.19%
B=45.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1321051970.330.4700.23257.6144.2359.22
Hex8469C5212F0171022c3b
Octal20415130541570274025473
Binary10000100110100111000101100001101111010111100000010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8469C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8469C5; }

 p { color: rgb(132,105,197); }

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

<style>
 a { background-color: #8469C5; }

 a { background-color: rgb(132,105,197); }

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

<style>
 span { border-color: #8469C5; }

 span { border-color: rgb(132,105,197); }

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