#7A09BD

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

Shades of Dark Violet #7A09BD

Tints of Dark Violet #7A09BD

Color information

#7A09BD (or 0x7A09BD) is unknown color: approx Dark Violet. HEX triplet: 7A, 09 and BD. RGB value is (122,9,189). Sum of RGB (Red+Green+Blue) = 122+9+189=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A09BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A09BD is #85F642. Grayscale: #3E3E3E. Windows color (decimal): -8779331 or 12388730. OLE color: 12388730.

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

Color convert

RGB1229189-
CMYK0.350.9500.26
HSL277.67º90.91%38.82%-
HSV(B)277.67º95.24%74.12%-
XYZ17.318.0148.78-
YUV63.31198.94169.86-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.12%
GREEN value IS 9 (3.91% from 255) = 2.81%
BLUE value IS 189 (74.22% from 255) = 59.06%
R=38.12%
G=2.81%
B=59.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal12291890.350.9500.26277.6790.9138.82
Hex7A9BD235F01A1165b27
Octal172112754313703242613347
Binary111101010011011110110001110111110110101000101101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A09BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A09BD; }

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

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

<style>
 a { background-color: #7A09BD; }

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

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

<style>
 span { border-color: #7A09BD; }

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

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