Html Css Color HEX #913288 Dark Purple

📋 copy color: '#913288'

red 145 ◦ green 50 ◦ blue 136

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

Shades of Dark Purple #913288

Tints of Dark Purple #913288

RGB

 RED value IS 145 (57.03% from 255) = 43.81%

 GREEN value IS 50 (19.92% from 255) = 15.11%

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

R = 43.81%
G = 15.11%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#913288 (or 0x913288) is known color: Dark Purple. HEX triplet: 91, 32 and 88. RGB value is (145,50,136). Sum of RGB (Red+Green+Blue) = 145+50+136=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #913288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913288 is #6ECD77. Grayscale: #575757. Windows color (decimal): -7261560 or 8925841. OLE color: 8925841.

HSL color Cylindrical-coordinate representation of color #913288: hue angle of 305.68º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #913288 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 50 136 -
CMYK 0 0.66 0.06 0.43
HSL 305.68º 0.49% 0.38% -
HSV(B) 305.68º 0.66% 0.57% -
XYZ 17.26 10.08 24.33 -
YUV 88.21 154.97 168.51 -
System Red Green Blue C M Y K H S L
Decimal 145 50 136 0 0.66 0.06 0.43 305.68 0.49 0.38
Hex 91 32 88 0 42 6 2B 132 31 26
Octal 221 62 210 0 102 6 53 462 61 46
Binary 10010001 110010 10001000 0 1000010 110 101011 100110010 110001 100110

Color Harmonies of #913288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913288

Black with #913288

Text Example


Text Example

White with #913288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913288; }

 p { color: rgb(145,50,136); }

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

background-color css

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

 a { background-color: rgb(145,50,136); }

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

border-color css

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

 span { border-color: rgb(145,50,136); }

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