#7909BD

Color #7909BD Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #7909BD

Tints of Dark Violet #7909BD

Color information

#7909BD (or 0x7909BD) is unknown color: approx Dark Violet. HEX triplet: 79, 09 and BD. RGB value is (121,9,189). Sum of RGB (Red+Green+Blue) = 121+9+189=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #7909BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7909BD is #86F642. Grayscale: #3E3E3E. Windows color (decimal): -8844867 or 12388729. OLE color: 12388729.

HSL color Cylindrical-coordinate representation of color #7909BD: hue angle of 277.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7909BD is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1219189-
CMYK0.360.9500.26
HSL277.33º90.91%38.82%-
HSV(B)277.33º95.24%74.12%-
XYZ17.177.9348.77-
YUV63.01199.11169.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.93%
GREEN value IS 9 (3.91% from 255) = 2.82%
BLUE value IS 189 (74.22% from 255) = 59.25%
R=37.93%
G=2.82%
B=59.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal12191890.360.9500.26277.3390.9138.82
Hex799BD245F01A1155b27
Octal171112754413703242513347
Binary111100110011011110110010010111110110101000101011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7909BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7909BD; }

 p { color: rgb(121,9,189); }

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

<style>
 a { background-color: #7909BD; }

 a { background-color: rgb(121,9,189); }

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

<style>
 span { border-color: #7909BD; }

 span { border-color: rgb(121,9,189); }

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