Html Css Color HEX #90318E Vivid Violet

📋 copy color: '#90318E'

red 144 ◦ green 49 ◦ blue 142

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

Shades of Vivid Violet #90318E

Tints of Vivid Violet #90318E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.63%

 BLUE value IS 142 (55.86% from 255) = 42.39%

R = 42.99%
G = 14.63%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#90318E (or 0x90318E) is known color: Vivid Violet. HEX triplet: 90, 31 and 8E. RGB value is (144,49,142). Sum of RGB (Red+Green+Blue) = 144+49+142=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #90318E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90318E is #6FCE71. Grayscale: #575757. Windows color (decimal): -7327346 or 9318800. OLE color: 9318800.

HSL color Cylindrical-coordinate representation of color #90318E: hue angle of 301.26º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90318E is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 49 142 -
CMYK 0 0.66 0.01 0.44
HSL 301.26º 0.49% 0.38% -
HSV(B) 301.26º 0.66% 0.56% -
XYZ 17.48 10.08 26.62 -
YUV 88.01 158.47 167.94 -
System Red Green Blue C M Y K H S L
Decimal 144 49 142 0 0.66 0.01 0.44 301.26 0.49 0.38
Hex 90 31 8E 0 42 1 2C 12D 31 26
Octal 220 61 216 0 102 1 54 455 61 46
Binary 10010000 110001 10001110 0 1000010 1 101100 100101101 110001 100110

Color Harmonies of #90318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90318E

Black with #90318E

Text Example


Text Example

White with #90318E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90318E; }

 p { color: rgb(144,49,142); }

 H1.HeaderClassName
 {
   color: #90318E;
 }
 .AnyTagClassName
 {
   color: #90318E;
 }
</style>

background-color css

<style>
 a { background-color: #90318E; }

 a { background-color: rgb(144,49,142); }

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

border-color css

<style>
 span { border-color: #90318E; }

 span { border-color: rgb(144,49,142); }

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