Html Css Color HEX #90387E Dark Purple

📋 copy color: '#90387E'

red 144 ◦ green 56 ◦ blue 126

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

Shades of Dark Purple #90387E

Tints of Dark Purple #90387E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.18%

 BLUE value IS 126 (49.61% from 255) = 38.65%

R = 44.17%
G = 17.18%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#90387E (or 0x90387E) is known color: Dark Purple. HEX triplet: 90, 38 and 7E. RGB value is (144,56,126). Sum of RGB (Red+Green+Blue) = 144+56+126=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 144 - color contains mainly: red. Hex color #90387E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90387E is #6FC781. Grayscale: #5A5A5A. Windows color (decimal): -7325570 or 8272016. OLE color: 8272016.

HSL color Cylindrical-coordinate representation of color #90387E: hue angle of 312.27º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #90387E is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 56 126 -
CMYK 0 0.61 0.12 0.44
HSL 312.27º 0.44% 0.39% -
HSV(B) 312.27º 0.61% 0.56% -
XYZ 16.68 10.26 20.84 -
YUV 90.29 148.15 166.31 -
System Red Green Blue C M Y K H S L
Decimal 144 56 126 0 0.61 0.12 0.44 312.27 0.44 0.39
Hex 90 38 7E 0 3D C 2C 138 2C 27
Octal 220 70 176 0 75 14 54 470 54 47
Binary 10010000 111000 1111110 0 111101 1100 101100 100111000 101100 100111

Color Harmonies of #90387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90387E

Black with #90387E

Text Example


Text Example

White with #90387E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,56,126); }

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

background-color css

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

 a { background-color: rgb(144,56,126); }

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

border-color css

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

 span { border-color: rgb(144,56,126); }

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