#8b71cd

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

Shades of True V #8B71CD

Tints of True V #8B71CD

Color information

#8B71CD (or 0x8B71CD) is unknown color: approx True V. HEX triplet: 8B, 71 and CD. RGB value is (139,113,205). Sum of RGB (Red+Green+Blue) = 139+113+205=457 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.42% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B71CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B71CD is #748E32. Grayscale: #828282. Windows color (decimal): -7638579 or 13463947. OLE color: 13463947.

HSL color Cylindrical-coordinate representation of color #8B71CD: hue angle of 256.96º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B71CD is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB139113205-
CMYK0.320.4500.20
HSL256.96º47.92%62.35%-
HSV(B)256.96º44.88%80.39%-
XYZ27.5721.7160.49-
YUV131.26169.61133.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.42%
GREEN value IS 113 (44.53% from 255) = 24.73%
BLUE value IS 205 (80.47% from 255) = 44.86%
R=30.42%
G=24.73%
B=44.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391132050.320.4500.20256.9647.9262.35
Hex8B71CD202D014101303e
Octal21316131540550244016076
Binary10001011111000111001101100000101101010100100000001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b71cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,113,205); }

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

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

 a { background-color: rgb(139,113,205); }

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

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

 span { border-color: rgb(139,113,205); }

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