Html Css Color HEX #90379F Vivid Violet

📋 copy color: '#90379F'

red 144 ◦ green 55 ◦ blue 159

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

Shades of Vivid Violet #90379F

Tints of Vivid Violet #90379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.36%

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

R = 40.22%
G = 15.36%
B = 44.41%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#90379F (or 0x90379F) is known color: Vivid Violet. HEX triplet: 90, 37 and 9F. RGB value is (144,55,159). Sum of RGB (Red+Green+Blue) = 144+55+159=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #90379F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90379F is #6FC860. Grayscale: #5D5D5D. Windows color (decimal): -7325793 or 10434448. OLE color: 10434448.

HSL color Cylindrical-coordinate representation of color #90379F: hue angle of 291.35º degrees, saturation: 0.49, 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 #90379F is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 144 55 159 -
CMYK 0.09 0.65 0 0.38
HSL 291.35º 0.49% 0.42% -
HSV(B) 291.35º 0.65% 0.62% -
XYZ 19.13 11.16 33.95 -
YUV 93.47 164.99 164.04 -
System Red Green Blue C M Y K H S L
Decimal 144 55 159 0.09 0.65 0 0.38 291.35 0.49 0.42
Hex 90 37 9F 9 41 0 26 123 31 2A
Octal 220 67 237 11 101 0 46 443 61 52
Binary 10010000 110111 10011111 1001 1000001 0 100110 100100011 110001 101010

Color Harmonies of #90379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90379F

Black with #90379F

Text Example


Text Example

White with #90379F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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