Html Css Color HEX #90188A Dark Purple

📋 copy color: '#90188A'

red 144 ◦ green 24 ◦ blue 138

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

Shades of Dark Purple #90188A

Tints of Dark Purple #90188A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.84%

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

R = 47.06%
G = 7.84%
B = 45.1%

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

#90188A (or 0x90188A) is known color: Dark Purple. HEX triplet: 90, 18 and 8A. RGB value is (144,24,138). Sum of RGB (Red+Green+Blue) = 144+24+138=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 144 - color contains mainly: red. Hex color #90188A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90188A is #6FE775. Grayscale: #484848. Windows color (decimal): -7333750 or 9050256. OLE color: 9050256.

HSL color Cylindrical-coordinate representation of color #90188A: hue angle of 303º degrees, saturation: 0.71, 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 #90188A is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 24 138 -
CMYK 0 0.83 0.04 0.44
HSL 303º 0.71% 0.33% -
HSV(B) 303º 0.83% 0.56% -
XYZ 16.42 8.42 24.8 -
YUV 72.88 164.76 178.73 -
System Red Green Blue C M Y K H S L
Decimal 144 24 138 0 0.83 0.04 0.44 303 0.71 0.33
Hex 90 18 8A 0 53 4 2C 12F 47 21
Octal 220 30 212 0 123 4 54 457 107 41
Binary 10010000 11000 10001010 0 1010011 100 101100 100101111 1000111 100001

Color Harmonies of #90188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90188A

Black with #90188A

Text Example


Text Example

White with #90188A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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