#8D70C4

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

Shades of True V #8D70C4

Tints of True V #8D70C4

Color information

#8D70C4 (or 0x8D70C4) is unknown color: approx True V. HEX triplet: 8D, 70 and C4. RGB value is (141,112,196). Sum of RGB (Red+Green+Blue) = 141+112+196=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 196 - color contains mainly: blue. Hex color #8D70C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D70C4 is #728F3B. Grayscale: #818181. Windows color (decimal): -7507772 or 12873869. OLE color: 12873869.

HSL color Cylindrical-coordinate representation of color #8D70C4: hue angle of 260.71º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D70C4 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB141112196-
CMYK0.280.4300.23
HSL260.71º41.58%60.39%-
HSV(B)260.71º42.86%76.86%-
XYZ26.7421.2454.91-
YUV130.25165.11135.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.40%
GREEN value IS 112 (44.14% from 255) = 24.94%
BLUE value IS 196 (76.95% from 255) = 43.65%
R=31.40%
G=24.94%
B=43.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1411121960.280.4300.23260.7141.5860.39
Hex8D70C41C2B0171052a3c
Octal21516030434530274055274
Binary1000110111100001100010011100101011010111100000101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D70C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,112,196); }

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

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

 a { background-color: rgb(141,112,196); }

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

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

 span { border-color: rgb(141,112,196); }

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