#7900BF

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

Shades of Dark Violet #7900BF

Tints of Dark Violet #7900BF

Color information

#7900BF (or 0x7900BF) is unknown color: approx Dark Violet. HEX triplet: 79, 00 and BF. RGB value is (121,0,191). Sum of RGB (Red+Green+Blue) = 121+0+191=312 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.78% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #7900BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7900BF is #86FF40. Grayscale: #393939. Windows color (decimal): -8847169 or 12517497. OLE color: 12517497.

HSL color Cylindrical-coordinate representation of color #7900BF: hue angle of 278.01º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7900BF is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1210191-
CMYK0.37100.25
HSL278.01º100%37.45%-
HSV(B)278.01º100%74.9%-
XYZ17.297.8349.89-
YUV57.95203.09172.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 61.22%
R=38.78%
G=0%
B=61.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12101910.37100.25278.0110037.45
Hex790BF25640191166425
Octal17102774514403142614445
Binary111100101011111110010111001000110011000101101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7900BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7900BF; }

 p { color: rgb(121,0,191); }

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

<style>
 a { background-color: #7900BF; }

 a { background-color: rgb(121,0,191); }

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

<style>
 span { border-color: #7900BF; }

 span { border-color: rgb(121,0,191); }

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