#7B09BD

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

Shades of Dark Violet #7B09BD

Tints of Dark Violet #7B09BD

Color information

#7B09BD (or 0x7B09BD) is unknown color: approx Dark Violet. HEX triplet: 7B, 09 and BD. RGB value is (123,9,189). Sum of RGB (Red+Green+Blue) = 123+9+189=321 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.32% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 189 (74.22% from 255 or 58.88% from 321); Max value from RGB is 189 - color contains mainly: blue. Hex color #7B09BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B09BD is #84F642. Grayscale: #3F3F3F. Windows color (decimal): -8713795 or 12388731. OLE color: 12388731.

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

Color convert

RGB1239189-
CMYK0.350.9500.26
HSL278º90.91%38.82%-
HSV(B)278º95.24%74.12%-
XYZ17.458.0848.78-
YUV63.61198.77170.36-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.32%
GREEN value IS 9 (3.91% from 255) = 2.80%
BLUE value IS 189 (74.22% from 255) = 58.88%
R=38.32%
G=2.80%
B=58.88%

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
Decimal12391890.350.9500.2627890.9138.82
Hex7B9BD235F01A1165b27
Octal173112754313703242613347
Binary111101110011011110110001110111110110101000101101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B09BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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