#8C70BE

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

Shades of True V #8C70BE

Tints of True V #8C70BE

Color information

#8C70BE (or 0x8C70BE) is unknown color: approx True V. HEX triplet: 8C, 70 and BE. RGB value is (140,112,190). Sum of RGB (Red+Green+Blue) = 140+112+190=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C70BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C70BE is #738F41. Grayscale: #808080. Windows color (decimal): -7573314 or 12480652. OLE color: 12480652.

HSL color Cylindrical-coordinate representation of color #8C70BE: hue angle of 261.54º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C70BE is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB140112190-
CMYK0.260.4100.25
HSL261.54º37.5%59.22%-
HSV(B)261.54º41.05%74.51%-
XYZ25.920.8851.38-
YUV129.26162.28135.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.67%
GREEN value IS 112 (44.14% from 255) = 25.34%
BLUE value IS 190 (74.61% from 255) = 42.99%
R=31.67%
G=25.34%
B=42.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401121900.260.4100.25261.5437.559.22
Hex8C70BE1A29019106263b
Octal21416027632510314064673
Binary1000110011100001011111011010101001011001100000110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C70BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,112,190); }

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

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

 a { background-color: rgb(140,112,190); }

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

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

 span { border-color: rgb(140,112,190); }

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