#90459D

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

Shades of Vivid Violet #90459D

Tints of Vivid Violet #90459D

Color information

#90459D (or 0x90459D) is unknown color: approx Vivid Violet. HEX triplet: 90, 45 and 9D. RGB value is (144,69,157). Sum of RGB (Red+Green+Blue) = 144+69+157=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #90459D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90459D is #6FBA62. Grayscale: #656565. Windows color (decimal): -7322211 or 10306960. OLE color: 10306960.

HSL color Cylindrical-coordinate representation of color #90459D: hue angle of 291.14º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #90459D is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14469157-
CMYK0.080.5600.38
HSL291.14º38.94%44.31%-
HSV(B)291.14º56.05%61.57%-
XYZ19.7212.6233.3-
YUV101.46159.35158.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.92%
GREEN value IS 69 (27.34% from 255) = 18.65%
BLUE value IS 157 (61.72% from 255) = 42.43%
R=38.92%
G=18.65%
B=42.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144691570.080.5600.38291.1438.9444.31
Hex90459D838026123272c
Octal22010523510700464434754
Binary1001000010001011001110110001110000100110100100011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90459D; }

 p { color: rgb(144,69,157); }

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

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

 a { background-color: rgb(144,69,157); }

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

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

 span { border-color: rgb(144,69,157); }

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