#6F0F9C

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

Shades of Dark Magenta #6F0F9C

Tints of Dark Magenta #6F0F9C

Color information

#6F0F9C (or 0x6F0F9C) is unknown color: approx Dark Magenta. HEX triplet: 6F, 0F and 9C. RGB value is (111,15,156). Sum of RGB (Red+Green+Blue) = 111+15+156=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F0F9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0F9C is #90F063. Grayscale: #3B3B3B. Windows color (decimal): -9498724 or 10227567. OLE color: 10227567.

HSL color Cylindrical-coordinate representation of color #6F0F9C: hue angle of 280.85º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F0F9C is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11115156-
CMYK0.290.9000.39
HSL280.85º82.46%33.53%-
HSV(B)280.85º90.38%61.18%-
XYZ12.736.1231.96-
YUV59.78182.3164.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.36%
GREEN value IS 15 (6.25% from 255) = 5.32%
BLUE value IS 156 (61.33% from 255) = 55.32%
R=39.36%
G=5.32%
B=55.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111151560.290.9000.39280.8582.4633.53
Hex6FF9C1D5A0271195222
Octal157172343513204743112242
Binary110111111111001110011101101101001001111000110011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,15,156); }

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

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

 a { background-color: rgb(111,15,156); }

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

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

 span { border-color: rgb(111,15,156); }

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