#812390

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

Shades of Vivid Violet #812390

Tints of Vivid Violet #812390

Color information

#812390 (or 0x812390) is unknown color: approx Vivid Violet. HEX triplet: 81, 23 and 90. RGB value is (129,35,144). Sum of RGB (Red+Green+Blue) = 129+35+144=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #812390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812390 is #7EDC6F. Grayscale: #4B4B4B. Windows color (decimal): -8313968 or 9446273. OLE color: 9446273.

HSL color Cylindrical-coordinate representation of color #812390: hue angle of 291.74º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #812390 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12935144-
CMYK0.100.7600.44
HSL291.74º60.89%35.1%-
HSV(B)291.74º75.69%56.47%-
XYZ14.697.8827.13-
YUV75.53166.64166.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.88%
GREEN value IS 35 (14.06% from 255) = 11.36%
BLUE value IS 144 (56.64% from 255) = 46.75%
R=41.88%
G=11.36%
B=46.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129351440.100.7600.44291.7460.8935.1
Hex812390A4C02C1243d23
Octal20143220121140544447543
Binary1000000110001110010000101010011000101100100100100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812390; }

 p { color: rgb(129,35,144); }

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

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

 a { background-color: rgb(129,35,144); }

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

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

 span { border-color: rgb(129,35,144); }

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