#7F08AE

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

Shades of Dark Violet #7F08AE

Tints of Dark Violet #7F08AE

Color information

#7F08AE (or 0x7F08AE) is unknown color: approx Dark Violet. HEX triplet: 7F, 08 and AE. RGB value is (127,8,174). Sum of RGB (Red+Green+Blue) = 127+8+174=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F08AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F08AE is #80F751. Grayscale: #3D3D3D. Windows color (decimal): -8451922 or 11405439. OLE color: 11405439.

HSL color Cylindrical-coordinate representation of color #7F08AE: hue angle of 283.01º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F08AE is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1278174-
CMYK0.270.9500.32
HSL283.01º91.21%35.69%-
HSV(B)283.01º95.4%68.24%-
XYZ16.487.7440.67-
YUV62.5190.92174-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.10%
GREEN value IS 8 (3.52% from 255) = 2.59%
BLUE value IS 174 (68.36% from 255) = 56.31%
R=41.10%
G=2.59%
B=56.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal12781740.270.9500.32283.0191.2135.69
Hex7F8AE1B5F02011b5b24
Octal177102563313704043313344
Binary111111110001010111011011101111101000001000110111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F08AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,8,174); }

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

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

 a { background-color: rgb(127,8,174); }

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

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

 span { border-color: rgb(127,8,174); }

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