#8C74D0

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

Shades of True V #8C74D0

Tints of True V #8C74D0

Color information

#8C74D0 (or 0x8C74D0) is unknown color: approx True V. HEX triplet: 8C, 74 and D0. RGB value is (140,116,208). Sum of RGB (Red+Green+Blue) = 140+116+208=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #8C74D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C74D0 is #738B2F. Grayscale: #858585. Windows color (decimal): -7572272 or 13661324. OLE color: 13661324.

HSL color Cylindrical-coordinate representation of color #8C74D0: hue angle of 255.65º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C74D0 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB140116208-
CMYK0.330.4400.18
HSL255.65º49.46%63.53%-
HSV(B)255.65º44.23%81.57%-
XYZ28.4522.6262.54-
YUV133.66169.95132.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.17%
GREEN value IS 116 (45.70% from 255) = 25%
BLUE value IS 208 (81.64% from 255) = 44.83%
R=30.17%
G=25%
B=44.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1401162080.330.4400.18255.6549.4663.53
Hex8C74D0212C0121003140
Octal214164320415402240061100
Binary100011001110100110100001000011011000100101000000001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C74D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,116,208); }

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

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

 a { background-color: rgb(140,116,208); }

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

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

 span { border-color: rgb(140,116,208); }

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