Html Css Color HEX #90198A Dark Purple

📋 copy color: '#90198A'

red 144 ◦ green 25 ◦ blue 138

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

Shades of Dark Purple #90198A

Tints of Dark Purple #90198A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.14%

 BLUE value IS 138 (54.3% from 255) = 44.95%

R = 46.91%
G = 8.14%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#90198A (or 0x90198A) is known color: Dark Purple. HEX triplet: 90, 19 and 8A. RGB value is (144,25,138). Sum of RGB (Red+Green+Blue) = 144+25+138=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #90198A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90198A is #6FE675. Grayscale: #494949. Windows color (decimal): -7333494 or 9050512. OLE color: 9050512.

HSL color Cylindrical-coordinate representation of color #90198A: hue angle of 303.03º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #90198A is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 25 138 -
CMYK 0 0.83 0.04 0.44
HSL 303.03º 0.7% 0.33% -
HSV(B) 303.03º 0.83% 0.56% -
XYZ 16.44 8.46 24.81 -
YUV 73.46 164.42 178.31 -
System Red Green Blue C M Y K H S L
Decimal 144 25 138 0 0.83 0.04 0.44 303.03 0.7 0.33
Hex 90 19 8A 0 53 4 2C 12F 46 21
Octal 220 31 212 0 123 4 54 457 106 41
Binary 10010000 11001 10001010 0 1010011 100 101100 100101111 1000110 100001

Color Harmonies of #90198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90198A

Black with #90198A

Text Example


Text Example

White with #90198A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90198A; }

 p { color: rgb(144,25,138); }

 H1.HeaderClassName
 {
   color: #90198A;
 }
 .AnyTagClassName
 {
   color: #90198A;
 }
</style>

background-color css

<style>
 a { background-color: #90198A; }

 a { background-color: rgb(144,25,138); }

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

border-color css

<style>
 span { border-color: #90198A; }

 span { border-color: rgb(144,25,138); }

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