#7908CC

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

Shades of Dark Violet #7908CC

Tints of Dark Violet #7908CC

Color information

#7908CC (or 0x7908CC) is unknown color: approx Dark Violet. HEX triplet: 79, 08 and CC. RGB value is (121,8,204). Sum of RGB (Red+Green+Blue) = 121+8+204=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #7908CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7908CC is #86F733. Grayscale: #3F3F3F. Windows color (decimal): -8845108 or 13371513. OLE color: 13371513.

HSL color Cylindrical-coordinate representation of color #7908CC: hue angle of 274.59º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7908CC is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1218204-
CMYK0.410.9600.2
HSL274.59º92.45%41.57%-
HSV(B)274.59º96.08%80%-
XYZ18.878.657.79-
YUV64.13206.94168.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.34%
GREEN value IS 8 (3.52% from 255) = 2.40%
BLUE value IS 204 (80.08% from 255) = 61.26%
R=36.34%
G=2.40%
B=61.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal12182040.410.9600.2274.5992.4541.57
Hex798CC29600141135c2a
Octal171103145114002442313452
Binary111100110001100110010100111000000101001000100111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7908CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7908CC; }

 p { color: rgb(121,8,204); }

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

<style>
 a { background-color: #7908CC; }

 a { background-color: rgb(121,8,204); }

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

<style>
 span { border-color: #7908CC; }

 span { border-color: rgb(121,8,204); }

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