#8A69C4

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

Shades of True V #8A69C4

Tints of True V #8A69C4

Color information

#8A69C4 (or 0x8A69C4) is unknown color: approx True V. HEX triplet: 8A, 69 and C4. RGB value is (138,105,196). Sum of RGB (Red+Green+Blue) = 138+105+196=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 196 - color contains mainly: blue. Hex color #8A69C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A69C4 is #75963B. Grayscale: #7C7C7C. Windows color (decimal): -7706172 or 12872074. OLE color: 12872074.

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

Color convert

RGB138105196-
CMYK0.300.4600.23
HSL261.76º43.54%59.02%-
HSV(B)261.76º46.43%76.86%-
XYZ25.519.4954.64-
YUV125.24167.93137.1-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.44%
GREEN value IS 105 (41.41% from 255) = 23.92%
BLUE value IS 196 (76.95% from 255) = 44.65%
R=31.44%
G=23.92%
B=44.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1381051960.300.4600.23261.7643.5459.02
Hex8A69C41E2E0171062c3b
Octal21215130436560274065473
Binary1000101011010011100010011110101110010111100000110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A69C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A69C4; }

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

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

<style>
 a { background-color: #8A69C4; }

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

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

<style>
 span { border-color: #8A69C4; }

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

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