#8a3d90

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

Shades of Vivid Violet #8A3D90

Tints of Vivid Violet #8A3D90

Color information

#8A3D90 (or 0x8A3D90) is unknown color: approx Vivid Violet. HEX triplet: 8A, 3D and 90. RGB value is (138,61,144). Sum of RGB (Red+Green+Blue) = 138+61+144=343 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.23% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #8A3D90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3D90 is #75C26F. Grayscale: #5D5D5D. Windows color (decimal): -7717488 or 9452938. OLE color: 9452938.

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

Color convert

RGB13861144-
CMYK0.040.5800.44
HSL295.66º40.49%40.2%-
HSV(B)295.66º57.64%56.47%-
XYZ17.1810.7527.56-
YUV93.48156.51159.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.23%
GREEN value IS 61 (24.22% from 255) = 17.78%
BLUE value IS 144 (56.64% from 255) = 41.98%
R=40.23%
G=17.78%
B=41.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138611440.040.5800.44295.6640.4940.2
Hex8A3D9043A02C1282828
Octal212752204720544505050
Binary10001010111101100100001001110100101100100101000101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a3d90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,61,144); }

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

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

 a { background-color: rgb(138,61,144); }

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

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

 span { border-color: rgb(138,61,144); }

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