Html Css Color HEX #913285 Dark Purple

📋 copy color: '#913285'

red 145 ◦ green 50 ◦ blue 133

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

Shades of Dark Purple #913285

Tints of Dark Purple #913285

RGB

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

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

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

R = 44.21%
G = 15.24%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#913285 (or 0x913285) is known color: Dark Purple. HEX triplet: 91, 32 and 85. RGB value is (145,50,133). Sum of RGB (Red+Green+Blue) = 145+50+133=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #913285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913285 is #6ECD7A. Grayscale: #575757. Windows color (decimal): -7261563 or 8729233. OLE color: 8729233.

HSL color Cylindrical-coordinate representation of color #913285: hue angle of 307.58º 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 #913285 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 50 133 -
CMYK 0 0.66 0.08 0.43
HSL 307.58º 0.49% 0.38% -
HSV(B) 307.58º 0.66% 0.57% -
XYZ 17.05 9.99 23.22 -
YUV 87.87 153.47 168.75 -
System Red Green Blue C M Y K H S L
Decimal 145 50 133 0 0.66 0.08 0.43 307.58 0.49 0.38
Hex 91 32 85 0 42 8 2B 134 31 26
Octal 221 62 205 0 102 10 53 464 61 46
Binary 10010001 110010 10000101 0 1000010 1000 101011 100110100 110001 100110

Color Harmonies of #913285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913285

Black with #913285

Text Example


Text Example

White with #913285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913285; }

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

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

background-color css

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

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

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

border-color css

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

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

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