Html Css Color HEX #90337F Dark Purple

📋 copy color: '#90337F'

red 144 ◦ green 51 ◦ blue 127

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

Shades of Dark Purple #90337F

Tints of Dark Purple #90337F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.84%

 BLUE value IS 127 (50% from 255) = 39.44%

R = 44.72%
G = 15.84%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#90337F (or 0x90337F) is known color: Dark Purple. HEX triplet: 90, 33 and 7F. RGB value is (144,51,127). Sum of RGB (Red+Green+Blue) = 144+51+127=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #90337F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90337F is #6FCC80. Grayscale: #575757. Windows color (decimal): -7326849 or 8336272. OLE color: 8336272.

HSL color Cylindrical-coordinate representation of color #90337F: hue angle of 310.97º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90337F is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 51 127 -
CMYK 0 0.65 0.12 0.44
HSL 310.97º 0.48% 0.38% -
HSV(B) 310.97º 0.65% 0.56% -
XYZ 16.52 9.83 21.11 -
YUV 87.47 150.31 168.32 -
System Red Green Blue C M Y K H S L
Decimal 144 51 127 0 0.65 0.12 0.44 310.97 0.48 0.38
Hex 90 33 7F 0 41 C 2C 137 30 26
Octal 220 63 177 0 101 14 54 467 60 46
Binary 10010000 110011 1111111 0 1000001 1100 101100 100110111 110000 100110

Color Harmonies of #90337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90337F

Black with #90337F

Text Example


Text Example

White with #90337F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90337F; }

 p { color: rgb(144,51,127); }

 H1.HeaderClassName
 {
   color: #90337F;
 }
 .AnyTagClassName
 {
   color: #90337F;
 }
</style>

background-color css

<style>
 a { background-color: #90337F; }

 a { background-color: rgb(144,51,127); }

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

border-color css

<style>
 span { border-color: #90337F; }

 span { border-color: rgb(144,51,127); }

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