#8F2690

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

Shades of Vivid Violet #8F2690

Tints of Vivid Violet #8F2690

Color information

#8F2690 (or 0x8F2690) is unknown color: approx Vivid Violet. HEX triplet: 8F, 26 and 90. RGB value is (143,38,144). Sum of RGB (Red+Green+Blue) = 143+38+144=325 (43% of max value = 765). Red value is 143 (56.25% from 255 or 44% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F2690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2690 is #70D96F. Grayscale: #515151. Windows color (decimal): -7395696 or 9447055. OLE color: 9447055.

HSL color Cylindrical-coordinate representation of color #8F2690: hue angle of 299.43º 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 #8F2690 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14338144-
CMYK0.010.7400.44
HSL299.43º58.24%35.69%-
HSV(B)299.43º73.61%56.47%-
XYZ17.059.2427.27-
YUV81.48163.29171.88-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44%
GREEN value IS 38 (15.23% from 255) = 11.69%
BLUE value IS 144 (56.64% from 255) = 44.31%
R=44%
G=11.69%
B=44.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143381440.010.7400.44299.4358.2435.69
Hex8F269014A02C12b3a24
Octal2174622011120544537244
Binary1000111110011010010000110010100101100100101011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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