Html Css Color HEX #90479B Vivid Violet

📋 copy color: '#90479B'

red 144 ◦ green 71 ◦ blue 155

#90479B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #90479B

Tints of Vivid Violet #90479B

RGB

 RED value IS 144 (56.64% from 255) = 38.92%

 GREEN value IS 71 (28.13% from 255) = 19.19%

 BLUE value IS 155 (60.94% from 255) = 41.89%

R = 38.92%
G = 19.19%
B = 41.89%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#90479B (or 0x90479B) is known color: Vivid Violet. HEX triplet: 90, 47 and 9B. RGB value is (144,71,155). Sum of RGB (Red+Green+Blue) = 144+71+155=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #90479B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90479B is #6FB864. Grayscale: #666666. Windows color (decimal): -7321701 or 10176400. OLE color: 10176400.

HSL color Cylindrical-coordinate representation of color #90479B: hue angle of 292.14º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #90479B is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 144 71 155 -
CMYK 0.07 0.54 0 0.39
HSL 292.14º 0.37% 0.44% -
HSV(B) 292.14º 0.54% 0.61% -
XYZ 19.67 12.8 32.44 -
YUV 102.4 157.68 157.67 -
System Red Green Blue C M Y K H S L
Decimal 144 71 155 0.07 0.54 0 0.39 292.14 0.37 0.44
Hex 90 47 9B 7 36 0 27 124 25 2C
Octal 220 107 233 7 66 0 47 444 45 54
Binary 10010000 1000111 10011011 111 110110 0 100111 100100100 100101 101100

Color Harmonies of #90479B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90479B

Black with #90479B

Text Example


Text Example

White with #90479B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90479B; }

 p { color: rgb(144,71,155); }

 H1.HeaderClassName
 {
   color: #90479B;
 }
 .AnyTagClassName
 {
   color: #90479B;
 }
</style>

background-color css

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

 a { background-color: rgb(144,71,155); }

 div.DivClassName
 {
   background-color: #90479B;
 }
 .BgClassName
 {
   background-color: #90479B;
 }
</style>

border-color css

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

 span { border-color: rgb(144,71,155); }

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