Html Css Color HEX #90337B Dark Purple

📋 copy color: '#90337B'

red 144 ◦ green 51 ◦ blue 123

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

Shades of Dark Purple #90337B

Tints of Dark Purple #90337B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.68%

R = 45.28%
G = 16.04%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#90337B (or 0x90337B) is known color: Dark Purple. HEX triplet: 90, 33 and 7B. RGB value is (144,51,123). Sum of RGB (Red+Green+Blue) = 144+51+123=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #90337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90337B is #6FCC84. Grayscale: #565656. Windows color (decimal): -7326853 or 8074128. OLE color: 8074128.

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

Color convert

RGB 144 51 123 -
CMYK 0 0.65 0.15 0.44
HSL 313.55º 0.48% 0.38% -
HSV(B) 313.55º 0.65% 0.56% -
XYZ 16.26 9.73 19.76 -
YUV 87.02 148.31 168.65 -
System Red Green Blue C M Y K H S L
Decimal 144 51 123 0 0.65 0.15 0.44 313.55 0.48 0.38
Hex 90 33 7B 0 41 F 2C 13A 30 26
Octal 220 63 173 0 101 17 54 472 60 46
Binary 10010000 110011 1111011 0 1000001 1111 101100 100111010 110000 100110

Color Harmonies of #90337B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90337B

Black with #90337B

Text Example


Text Example

White with #90337B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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