#6F0B9D

Color #6F0B9D Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #6F0B9D

Tints of Dark Magenta #6F0B9D

Color information

#6F0B9D (or 0x6F0B9D) is unknown color: approx Dark Magenta. HEX triplet: 6F, 0B and 9D. RGB value is (111,11,157). Sum of RGB (Red+Green+Blue) = 111+11+157=279 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.78% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F0B9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0B9D is #90F462. Grayscale: #393939. Windows color (decimal): -9499747 or 10292079. OLE color: 10292079.

HSL color Cylindrical-coordinate representation of color #6F0B9D: hue angle of 281.1º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F0B9D is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11111157-
CMYK0.290.9300.38
HSL281.1º86.9%32.94%-
HSV(B)281.1º92.99%61.57%-
XYZ12.766.0532.39-
YUV57.54184.13166.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.78%
GREEN value IS 11 (4.69% from 255) = 3.94%
BLUE value IS 157 (61.72% from 255) = 56.27%
R=39.78%
G=3.94%
B=56.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal111111570.290.9300.38281.186.932.94
Hex6FB9D1D5D0261195721
Octal157132353513504643112741
Binary110111110111001110111101101110101001101000110011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F0B9D; }

 p { color: rgb(111,11,157); }

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

<style>
 a { background-color: #6F0B9D; }

 a { background-color: rgb(111,11,157); }

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

<style>
 span { border-color: #6F0B9D; }

 span { border-color: rgb(111,11,157); }

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