Html Css Color HEX #913385 Dark Purple

📋 copy color: '#913385'

red 145 ◦ green 51 ◦ blue 133

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

Shades of Dark Purple #913385

Tints of Dark Purple #913385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.43%

R = 44.07%
G = 15.5%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#913385 (or 0x913385) is known color: Dark Purple. HEX triplet: 91, 33 and 85. RGB value is (145,51,133). Sum of RGB (Red+Green+Blue) = 145+51+133=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 145 - color contains mainly: red. Hex color #913385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913385 is #6ECC7A. Grayscale: #585858. Windows color (decimal): -7261307 or 8729489. OLE color: 8729489.

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

Color convert

RGB 145 51 133 -
CMYK 0 0.65 0.08 0.43
HSL 307.66º 0.48% 0.38% -
HSV(B) 307.66º 0.65% 0.57% -
XYZ 17.09 10.08 23.24 -
YUV 88.45 153.14 168.33 -
System Red Green Blue C M Y K H S L
Decimal 145 51 133 0 0.65 0.08 0.43 307.66 0.48 0.38
Hex 91 33 85 0 41 8 2B 134 30 26
Octal 221 63 205 0 101 10 53 464 60 46
Binary 10010001 110011 10000101 0 1000001 1000 101011 100110100 110000 100110

Color Harmonies of #913385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913385

Black with #913385

Text Example


Text Example

White with #913385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913385; }

 p { color: rgb(145,51,133); }

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

background-color css

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

 a { background-color: rgb(145,51,133); }

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

border-color css

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

 span { border-color: rgb(145,51,133); }

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