Html Css Color HEX #903076 Dark Purple

📋 copy color: '#903076'

red 144 ◦ green 48 ◦ blue 118

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

Shades of Dark Purple #903076

Tints of Dark Purple #903076

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.48%

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

R = 46.45%
G = 15.48%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#903076 (or 0x903076) is known color: Dark Purple. HEX triplet: 90, 30 and 76. RGB value is (144,48,118). Sum of RGB (Red+Green+Blue) = 144+48+118=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 144 - color contains mainly: red. Hex color #903076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903076 is #6FCF89. Grayscale: #545454. Windows color (decimal): -7327626 or 7745680. OLE color: 7745680.

HSL color Cylindrical-coordinate representation of color #903076: hue angle of 316.25º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #903076 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 48 118 -
CMYK 0 0.67 0.18 0.44
HSL 316.25º 0.5% 0.38% -
HSV(B) 316.25º 0.67% 0.56% -
XYZ 15.83 9.35 18.11 -
YUV 84.68 146.8 170.31 -
System Red Green Blue C M Y K H S L
Decimal 144 48 118 0 0.67 0.18 0.44 316.25 0.5 0.38
Hex 90 30 76 0 43 12 2C 13C 32 26
Octal 220 60 166 0 103 22 54 474 62 46
Binary 10010000 110000 1110110 0 1000011 10010 101100 100111100 110010 100110

Color Harmonies of #903076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #903076

Black with #903076

Text Example


Text Example

White with #903076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #903076; }

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

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

background-color css

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

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

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

border-color css

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

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

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