#8469C4

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

Shades of True V #8469C4

Tints of True V #8469C4

Color information

#8469C4 (or 0x8469C4) is unknown color: approx True V. HEX triplet: 84, 69 and C4. RGB value is (132,105,196). Sum of RGB (Red+Green+Blue) = 132+105+196=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 196 (76.95% from 255 or 45.27% from 433); Max value from RGB is 196 - color contains mainly: blue. Hex color #8469C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8469C4 is #7B963B. Grayscale: #7B7B7B. Windows color (decimal): -8099388 or 12872068. OLE color: 12872068.

HSL color Cylindrical-coordinate representation of color #8469C4: hue angle of 257.8º 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 #8469C4 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB132105196-
CMYK0.330.4600.23
HSL257.8º43.54%59.02%-
HSV(B)257.8º46.43%76.86%-
XYZ24.5318.9954.6-
YUV123.45168.95134.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.48%
GREEN value IS 105 (41.41% from 255) = 24.25%
BLUE value IS 196 (76.95% from 255) = 45.27%
R=30.48%
G=24.25%
B=45.27%

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
Decimal1321051960.330.4600.23257.843.5459.02
Hex8469C4212E0171022c3b
Octal20415130441560274025473
Binary10000100110100111000100100001101110010111100000010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8469C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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