#8A74BC

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

Shades of True V #8A74BC

Tints of True V #8A74BC

Color information

#8A74BC (or 0x8A74BC) is unknown color: approx True V. HEX triplet: 8A, 74 and BC. RGB value is (138,116,188). Sum of RGB (Red+Green+Blue) = 138+116+188=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A74BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A74BC is #758B43. Grayscale: #828282. Windows color (decimal): -7703364 or 12350602. OLE color: 12350602.

HSL color Cylindrical-coordinate representation of color #8A74BC: hue angle of 258.33º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A74BC is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB138116188-
CMYK0.270.3800.26
HSL258.33º34.95%59.61%-
HSV(B)258.33º38.3%73.73%-
XYZ25.821.5250.37-
YUV130.79160.29133.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.22%
GREEN value IS 116 (45.70% from 255) = 26.24%
BLUE value IS 188 (73.83% from 255) = 42.53%
R=31.22%
G=26.24%
B=42.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381161880.270.3800.26258.3334.9559.61
Hex8A74BC1B2601A102233c
Octal21216427433460324024374
Binary1000101011101001011110011011100110011010100000010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A74BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,116,188); }

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

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

 a { background-color: rgb(138,116,188); }

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

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

 span { border-color: rgb(138,116,188); }

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