#90379D

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

Shades of Vivid Violet #90379D

Tints of Vivid Violet #90379D

Color information

#90379D (or 0x90379D) is unknown color: approx Vivid Violet. HEX triplet: 90, 37 and 9D. RGB value is (144,55,157). Sum of RGB (Red+Green+Blue) = 144+55+157=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #90379D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90379D is #6FC862. Grayscale: #5C5C5C. Windows color (decimal): -7325795 or 10303376. OLE color: 10303376.

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

Color convert

RGB14455157-
CMYK0.080.6500.38
HSL292.35º48.11%41.57%-
HSV(B)292.35º64.97%61.57%-
XYZ18.9511.133.04-
YUV93.24163.99164.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.45%
GREEN value IS 55 (21.88% from 255) = 15.45%
BLUE value IS 157 (61.72% from 255) = 44.10%
R=40.45%
G=15.45%
B=44.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144551570.080.6500.38292.3548.1141.57
Hex90379D841026124302a
Octal22067235101010464446052
Binary1001000011011110011101100010000010100110100100100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90379D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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