#8669C4

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

Shades of True V #8669C4

Tints of True V #8669C4

Color information

#8669C4 (or 0x8669C4) is unknown color: approx True V. HEX triplet: 86, 69 and C4. RGB value is (134,105,196). Sum of RGB (Red+Green+Blue) = 134+105+196=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 196 (76.95% from 255 or 45.06% from 435); Max value from RGB is 196 - color contains mainly: blue. Hex color #8669C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8669C4 is #79963B. Grayscale: #7B7B7B. Windows color (decimal): -7968316 or 12872070. OLE color: 12872070.

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

Color convert

RGB134105196-
CMYK0.320.4600.23
HSL259.12º43.54%59.02%-
HSV(B)259.12º46.43%76.86%-
XYZ24.8519.1654.61-
YUV124.04168.61135.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.80%
GREEN value IS 105 (41.41% from 255) = 24.14%
BLUE value IS 196 (76.95% from 255) = 45.06%
R=30.80%
G=24.14%
B=45.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1341051960.320.4600.23259.1243.5459.02
Hex8669C4202E0171032c3b
Octal20615130440560274035473
Binary10000110110100111000100100000101110010111100000011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8669C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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