#8B6CC1

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

Shades of True V #8B6CC1

Tints of True V #8B6CC1

Color information

#8B6CC1 (or 0x8B6CC1) is unknown color: approx True V. HEX triplet: 8B, 6C and C1. RGB value is (139,108,193). Sum of RGB (Red+Green+Blue) = 139+108+193=440 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.59% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #8B6CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6CC1 is #74933E. Grayscale: #7E7E7E. Windows color (decimal): -7639871 or 12676235. OLE color: 12676235.

HSL color Cylindrical-coordinate representation of color #8B6CC1: hue angle of 261.88º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B6CC1 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB139108193-
CMYK0.280.4400.24
HSL261.88º40.67%59.02%-
HSV(B)261.88º44.04%75.69%-
XYZ25.6420.0652.97-
YUV126.96165.27136.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.59%
GREEN value IS 108 (42.58% from 255) = 24.55%
BLUE value IS 193 (75.78% from 255) = 43.86%
R=31.59%
G=24.55%
B=43.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1391081930.280.4400.24261.8840.6759.02
Hex8B6CC11C2C018106293b
Octal21315430134540304065173
Binary1000101111011001100000111100101100011000100000110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,108,193); }

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

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

 a { background-color: rgb(139,108,193); }

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

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

 span { border-color: rgb(139,108,193); }

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