#8B70CE

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

Shades of True V #8B70CE

Tints of True V #8B70CE

Color information

#8B70CE (or 0x8B70CE) is unknown color: approx True V. HEX triplet: 8B, 70 and CE. RGB value is (139,112,206). Sum of RGB (Red+Green+Blue) = 139+112+206=457 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.42% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B70CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B70CE is #748F31. Grayscale: #828282. Windows color (decimal): -7638834 or 13529227. OLE color: 13529227.

HSL color Cylindrical-coordinate representation of color #8B70CE: hue angle of 257.23º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B70CE is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB139112206-
CMYK0.330.4600.19
HSL257.23º48.96%62.35%-
HSV(B)257.23º45.63%80.78%-
XYZ27.5821.5361.1-
YUV130.79170.45133.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.42%
GREEN value IS 112 (44.14% from 255) = 24.51%
BLUE value IS 206 (80.86% from 255) = 45.08%
R=30.42%
G=24.51%
B=45.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391122060.330.4600.19257.2348.9662.35
Hex8B70CE212E013101313e
Octal21316031641560234016176
Binary10001011111000011001110100001101110010011100000001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B70CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,112,206); }

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

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

 a { background-color: rgb(139,112,206); }

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

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

 span { border-color: rgb(139,112,206); }

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