Html Css Color HEX #903376 Dark Purple

📋 copy color: '#903376'

red 144 ◦ green 51 ◦ blue 118

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

Shades of Dark Purple #903376

Tints of Dark Purple #903376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.7%

R = 46.01%
G = 16.29%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#903376 (or 0x903376) is known color: Dark Purple. HEX triplet: 90, 33 and 76. RGB value is (144,51,118). Sum of RGB (Red+Green+Blue) = 144+51+118=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 144 - color contains mainly: red. Hex color #903376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903376 is #6FCC89. Grayscale: #565656. Windows color (decimal): -7326858 or 7746448. OLE color: 7746448.

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

Color convert

RGB 144 51 118 -
CMYK 0 0.65 0.18 0.44
HSL 316.77º 0.48% 0.38% -
HSV(B) 316.77º 0.65% 0.56% -
XYZ 15.96 9.6 18.15 -
YUV 86.45 145.81 169.05 -
System Red Green Blue C M Y K H S L
Decimal 144 51 118 0 0.65 0.18 0.44 316.77 0.48 0.38
Hex 90 33 76 0 41 12 2C 13D 30 26
Octal 220 63 166 0 101 22 54 475 60 46
Binary 10010000 110011 1110110 0 1000001 10010 101100 100111101 110000 100110

Color Harmonies of #903376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #903376

Black with #903376

Text Example


Text Example

White with #903376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #903376; }

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

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

background-color css

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

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

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

border-color css

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

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

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