Html Css Color HEX #913488 Dark Purple

📋 copy color: '#913488'

red 145 ◦ green 52 ◦ blue 136

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

Shades of Dark Purple #913488

Tints of Dark Purple #913488

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.62%

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

R = 43.54%
G = 15.62%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#913488 (or 0x913488) is known color: Dark Purple. HEX triplet: 91, 34 and 88. RGB value is (145,52,136). Sum of RGB (Red+Green+Blue) = 145+52+136=333 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.54% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 145 - color contains mainly: red. Hex color #913488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913488 is #6ECB77. Grayscale: #595959. Windows color (decimal): -7261048 or 8926353. OLE color: 8926353.

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

Color convert

RGB 145 52 136 -
CMYK 0 0.64 0.06 0.43
HSL 305.81º 0.47% 0.39% -
HSV(B) 305.81º 0.64% 0.57% -
XYZ 17.35 10.25 24.36 -
YUV 89.38 154.31 167.67 -
System Red Green Blue C M Y K H S L
Decimal 145 52 136 0 0.64 0.06 0.43 305.81 0.47 0.39
Hex 91 34 88 0 40 6 2B 132 2F 27
Octal 221 64 210 0 100 6 53 462 57 47
Binary 10010001 110100 10001000 0 1000000 110 101011 100110010 101111 100111

Color Harmonies of #913488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913488

Black with #913488

Text Example


Text Example

White with #913488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913488; }

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

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

background-color css

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

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

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

border-color css

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

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

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