Html Css Color HEX #90187C Dark Purple

📋 copy color: '#90187C'

red 144 ◦ green 24 ◦ blue 124

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

Shades of Dark Purple #90187C

Tints of Dark Purple #90187C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 42.47%

R = 49.32%
G = 8.22%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#90187C (or 0x90187C) is known color: Dark Purple. HEX triplet: 90, 18 and 7C. RGB value is (144,24,124). Sum of RGB (Red+Green+Blue) = 144+24+124=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 144 - color contains mainly: red. Hex color #90187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90187C is #6FE783. Grayscale: #474747. Windows color (decimal): -7333764 or 8132752. OLE color: 8132752.

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

Color convert

RGB 144 24 124 -
CMYK 0 0.83 0.14 0.44
HSL 310º 0.71% 0.33% -
HSV(B) 310º 0.83% 0.56% -
XYZ 15.47 8.04 19.81 -
YUV 71.28 157.76 179.87 -
System Red Green Blue C M Y K H S L
Decimal 144 24 124 0 0.83 0.14 0.44 310 0.71 0.33
Hex 90 18 7C 0 53 E 2C 136 47 21
Octal 220 30 174 0 123 16 54 466 107 41
Binary 10010000 11000 1111100 0 1010011 1110 101100 100110110 1000111 100001

Color Harmonies of #90187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90187C

Black with #90187C

Text Example


Text Example

White with #90187C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90187C; }

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

 H1.HeaderClassName
 {
   color: #90187C;
 }
 .AnyTagClassName
 {
   color: #90187C;
 }
</style>

background-color css

<style>
 a { background-color: #90187C; }

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

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

border-color css

<style>
 span { border-color: #90187C; }

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

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