#8D2690

Color #8D2690 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #8D2690

Tints of Vivid Violet #8D2690

Color information

#8D2690 (or 0x8D2690) is unknown color: approx Vivid Violet. HEX triplet: 8D, 26 and 90. RGB value is (141,38,144). Sum of RGB (Red+Green+Blue) = 141+38+144=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #8D2690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2690 is #72D96F. Grayscale: #505050. Windows color (decimal): -7526768 or 9447053. OLE color: 9447053.

HSL color Cylindrical-coordinate representation of color #8D2690: hue angle of 298.3º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D2690 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14138144-
CMYK0.020.7400.44
HSL298.3º58.24%35.69%-
HSV(B)298.3º73.61%56.47%-
XYZ16.719.0627.25-
YUV80.88163.62170.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.65%
GREEN value IS 38 (15.23% from 255) = 11.76%
BLUE value IS 144 (56.64% from 255) = 44.58%
R=43.65%
G=11.76%
B=44.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141381440.020.7400.44298.358.2435.69
Hex8D269024A02C12a3a24
Octal2154622021120544527244
Binary10001101100110100100001010010100101100100101010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D2690; }

 p { color: rgb(141,38,144); }

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

<style>
 a { background-color: #8D2690; }

 a { background-color: rgb(141,38,144); }

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

<style>
 span { border-color: #8D2690; }

 span { border-color: rgb(141,38,144); }

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