#90308D

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

Shades of Vivid Violet #90308D

Tints of Vivid Violet #90308D

Color information

#90308D (or 0x90308D) is unknown color: approx Vivid Violet. HEX triplet: 90, 30 and 8D. RGB value is (144,48,141). Sum of RGB (Red+Green+Blue) = 144+48+141=333 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.24% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 144 - color contains mainly: red. Hex color #90308D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90308D is #6FCF72. Grayscale: #575757. Windows color (decimal): -7327603 or 9253008. OLE color: 9253008.

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

Color convert

RGB14448141-
CMYK00.670.020.44
HSL301.88º50%37.65%-
HSV(B)301.88º66.67%56.47%-
XYZ17.379.9726.21-
YUV87.31158.3168.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.24%
GREEN value IS 48 (19.14% from 255) = 14.41%
BLUE value IS 141 (55.47% from 255) = 42.34%
R=43.24%
G=14.41%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1444814100.670.020.44301.885037.65
Hex90308D04322C12e3226
Octal2206021501032544566246
Binary10010000110000100011010100001110101100100101110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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