Html Css Color HEX #90479F Vivid Violet

📋 copy color: '#90479F'

red 144 ◦ green 71 ◦ blue 159

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

Shades of Vivid Violet #90479F

Tints of Vivid Violet #90479F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.51%

R = 38.5%
G = 18.98%
B = 42.51%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#90479F (or 0x90479F) is known color: Vivid Violet. HEX triplet: 90, 47 and 9F. RGB value is (144,71,159). Sum of RGB (Red+Green+Blue) = 144+71+159=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #90479F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90479F is #6FB860. Grayscale: #666666. Windows color (decimal): -7321697 or 10438544. OLE color: 10438544.

HSL color Cylindrical-coordinate representation of color #90479F: hue angle of 289.77º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #90479F is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 144 71 159 -
CMYK 0.09 0.55 0 0.38
HSL 289.77º 0.38% 0.45% -
HSV(B) 289.77º 0.55% 0.62% -
XYZ 20.01 12.94 34.24 -
YUV 102.86 159.68 157.34 -
System Red Green Blue C M Y K H S L
Decimal 144 71 159 0.09 0.55 0 0.38 289.77 0.38 0.45
Hex 90 47 9F 9 37 0 26 122 26 2D
Octal 220 107 237 11 67 0 46 442 46 55
Binary 10010000 1000111 10011111 1001 110111 0 100110 100100010 100110 101101

Color Harmonies of #90479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90479F

Black with #90479F

Text Example


Text Example

White with #90479F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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