#8A6CC1

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

Shades of True V #8A6CC1

Tints of True V #8A6CC1

Color information

#8A6CC1 (or 0x8A6CC1) is unknown color: approx True V. HEX triplet: 8A, 6C and C1. RGB value is (138,108,193). Sum of RGB (Red+Green+Blue) = 138+108+193=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 193 - color contains mainly: blue. Hex color #8A6CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6CC1 is #75933E. Grayscale: #7E7E7E. Windows color (decimal): -7705407 or 12676234. OLE color: 12676234.

HSL color Cylindrical-coordinate representation of color #8A6CC1: hue angle of 261.18º 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 #8A6CC1 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB138108193-
CMYK0.280.4400.24
HSL261.18º40.67%59.02%-
HSV(B)261.18º44.04%75.69%-
XYZ25.4719.9852.97-
YUV126.66165.44136.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.44%
GREEN value IS 108 (42.58% from 255) = 24.60%
BLUE value IS 193 (75.78% from 255) = 43.96%
R=31.44%
G=24.60%
B=43.96%

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
Decimal1381081930.280.4400.24261.1840.6759.02
Hex8A6CC11C2C018105293b
Octal21215430134540304055173
Binary1000101011011001100000111100101100011000100000101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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