#7909BC

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

Shades of Dark Violet #7909BC

Tints of Dark Violet #7909BC

Color information

#7909BC (or 0x7909BC) is unknown color: approx Dark Violet. HEX triplet: 79, 09 and BC. RGB value is (121,9,188). Sum of RGB (Red+Green+Blue) = 121+9+188=318 (42% of max value = 765). Red value is 121 (47.66% from 255 or 38.05% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #7909BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7909BC is #86F643. Grayscale: #3E3E3E. Windows color (decimal): -8844868 or 12323193. OLE color: 12323193.

HSL color Cylindrical-coordinate representation of color #7909BC: hue angle of 277.54º 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 #7909BC is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1219188-
CMYK0.360.9500.26
HSL277.54º90.86%38.63%-
HSV(B)277.54º95.21%73.73%-
XYZ17.067.8948.2-
YUV62.89198.61169.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.05%
GREEN value IS 9 (3.91% from 255) = 2.83%
BLUE value IS 188 (73.83% from 255) = 59.12%
R=38.05%
G=2.83%
B=59.12%

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
Decimal12191880.360.9500.26277.5490.8638.63
Hex799BC245F01A1165b27
Octal171112744413703242613347
Binary111100110011011110010010010111110110101000101101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7909BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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