Html Css Color HEX #90448E Vivid Violet

📋 copy color: '#90448E'

red 144 ◦ green 68 ◦ blue 142

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

Shades of Vivid Violet #90448E

Tints of Vivid Violet #90448E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.21%

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

R = 40.68%
G = 19.21%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#90448E (or 0x90448E) is known color: Vivid Violet. HEX triplet: 90, 44 and 8E. RGB value is (144,68,142). Sum of RGB (Red+Green+Blue) = 144+68+142=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 144 - color contains mainly: red. Hex color #90448E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90448E is #6FBB71. Grayscale: #626262. Windows color (decimal): -7322482 or 9323664. OLE color: 9323664.

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

Color convert

RGB 144 68 142 -
CMYK 0 0.53 0.01 0.44
HSL 301.58º 0.36% 0.42% -
HSV(B) 301.58º 0.53% 0.56% -
XYZ 18.45 12.02 26.94 -
YUV 99.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 144 68 142 0 0.53 0.01 0.44 301.58 0.36 0.42
Hex 90 44 8E 0 35 1 2C 12E 24 2A
Octal 220 104 216 0 65 1 54 456 44 52
Binary 10010000 1000100 10001110 0 110101 1 101100 100101110 100100 101010

Color Harmonies of #90448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90448E

Black with #90448E

Text Example


Text Example

White with #90448E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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