Html Css Color HEX #90188B Dark Purple

📋 copy color: '#90188B'

red 144 ◦ green 24 ◦ blue 139

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

Shades of Dark Purple #90188B

Tints of Dark Purple #90188B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 45.28%

R = 46.91%
G = 7.82%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#90188B (or 0x90188B) is known color: Dark Purple. HEX triplet: 90, 18 and 8B. RGB value is (144,24,139). Sum of RGB (Red+Green+Blue) = 144+24+139=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #90188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90188B is #6FE774. Grayscale: #484848. Windows color (decimal): -7333749 or 9115792. OLE color: 9115792.

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

Color convert

RGB 144 24 139 -
CMYK 0 0.83 0.03 0.44
HSL 302.5º 0.71% 0.33% -
HSV(B) 302.5º 0.83% 0.56% -
XYZ 16.49 8.45 25.19 -
YUV 72.99 165.26 178.65 -
System Red Green Blue C M Y K H S L
Decimal 144 24 139 0 0.83 0.03 0.44 302.5 0.71 0.33
Hex 90 18 8B 0 53 3 2C 12E 47 21
Octal 220 30 213 0 123 3 54 456 107 41
Binary 10010000 11000 10001011 0 1010011 11 101100 100101110 1000111 100001

Color Harmonies of #90188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90188B

Black with #90188B

Text Example


Text Example

White with #90188B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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