Html Css Color HEX #903388 Dark Purple

📋 copy color: '#903388'

red 144 ◦ green 51 ◦ blue 136

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

Shades of Dark Purple #903388

Tints of Dark Purple #903388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.09%

R = 43.5%
G = 15.41%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#903388 (or 0x903388) is known color: Dark Purple. HEX triplet: 90, 33 and 88. RGB value is (144,51,136). Sum of RGB (Red+Green+Blue) = 144+51+136=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 144 - color contains mainly: red. Hex color #903388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903388 is #6FCC77. Grayscale: #585858. Windows color (decimal): -7326840 or 8926096. OLE color: 8926096.

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

Color convert

RGB 144 51 136 -
CMYK 0 0.65 0.06 0.44
HSL 305.16º 0.48% 0.38% -
HSV(B) 305.16º 0.65% 0.56% -
XYZ 17.13 10.07 24.33 -
YUV 88.5 154.81 167.59 -
System Red Green Blue C M Y K H S L
Decimal 144 51 136 0 0.65 0.06 0.44 305.16 0.48 0.38
Hex 90 33 88 0 41 6 2C 131 30 26
Octal 220 63 210 0 101 6 54 461 60 46
Binary 10010000 110011 10001000 0 1000001 110 101100 100110001 110000 100110

Color Harmonies of #903388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #903388

Black with #903388

Text Example


Text Example

White with #903388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #903388; }

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

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

background-color css

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

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

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

border-color css

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

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

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