#8B6FC4

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

Shades of True V #8B6FC4

Tints of True V #8B6FC4

Color information

#8B6FC4 (or 0x8B6FC4) is unknown color: approx True V. HEX triplet: 8B, 6F and C4. RGB value is (139,111,196). Sum of RGB (Red+Green+Blue) = 139+111+196=446 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.17% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 196 (76.95% from 255 or 43.95% from 446); Max value from RGB is 196 - color contains mainly: blue. Hex color #8B6FC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6FC4 is #74903B. Grayscale: #808080. Windows color (decimal): -7639100 or 12873611. OLE color: 12873611.

HSL color Cylindrical-coordinate representation of color #8B6FC4: hue angle of 259.76º 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 #8B6FC4 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB139111196-
CMYK0.290.4300.23
HSL259.76º41.87%60.2%-
HSV(B)259.76º43.37%76.86%-
XYZ26.320.8454.86-
YUV129.06165.78135.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.17%
GREEN value IS 111 (43.75% from 255) = 24.89%
BLUE value IS 196 (76.95% from 255) = 43.95%
R=31.17%
G=24.89%
B=43.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1391111960.290.4300.23259.7641.8760.2
Hex8B6FC41D2B0171042a3c
Octal21315730435530274045274
Binary1000101111011111100010011101101011010111100000100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,111,196); }

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

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

 a { background-color: rgb(139,111,196); }

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

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

 span { border-color: rgb(139,111,196); }

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