#8C0F7B

Color #8C0F7B Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #8C0F7B

Tints of Dark Purple #8C0F7B

Color information

#8C0F7B (or 0x8C0F7B) is unknown color: approx Dark Purple. HEX triplet: 8C, 0F and 7B. RGB value is (140,15,123). Sum of RGB (Red+Green+Blue) = 140+15+123=278 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.36% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0F7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0F7B is #73F084. Grayscale: #404040. Windows color (decimal): -7598213 or 8064908. OLE color: 8064908.

HSL color Cylindrical-coordinate representation of color #8C0F7B: hue angle of 308.16º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C0F7B is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB14015123-
CMYK00.890.120.45
HSL308.16º80.65%30.39%-
HSV(B)308.16º89.29%54.9%-
XYZ14.567.3519.39-
YUV64.69160.91181.72-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.36%
GREEN value IS 15 (6.25% from 255) = 5.40%
BLUE value IS 123 (48.44% from 255) = 44.24%
R=50.36%
G=5.40%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401512300.890.120.45308.1680.6530.39
Hex8CF7B059C2D134511e
Octal214171730131145546412136
Binary1000110011111111011010110011100101101100110100101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,15,123); }

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

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

 a { background-color: rgb(140,15,123); }

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

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

 span { border-color: rgb(140,15,123); }

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