Html Css Color HEX #912485 Dark Purple

📋 copy color: '#912485'

red 145 ◦ green 36 ◦ blue 133

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

Shades of Dark Purple #912485

Tints of Dark Purple #912485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.46%

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

R = 46.18%
G = 11.46%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#912485 (or 0x912485) is known color: Dark Purple. HEX triplet: 91, 24 and 85. RGB value is (145,36,133). Sum of RGB (Red+Green+Blue) = 145+36+133=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #912485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912485 is #6EDB7A. Grayscale: #4F4F4F. Windows color (decimal): -7265147 or 8725649. OLE color: 8725649.

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

Color convert

RGB 145 36 133 -
CMYK 0 0.75 0.08 0.43
HSL 306.61º 0.6% 0.35% -
HSV(B) 306.61º 0.75% 0.57% -
XYZ 16.54 8.97 23.05 -
YUV 79.65 158.11 174.61 -
System Red Green Blue C M Y K H S L
Decimal 145 36 133 0 0.75 0.08 0.43 306.61 0.6 0.35
Hex 91 24 85 0 4B 8 2B 133 3C 23
Octal 221 44 205 0 113 10 53 463 74 43
Binary 10010001 100100 10000101 0 1001011 1000 101011 100110011 111100 100011

Color Harmonies of #912485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912485

Black with #912485

Text Example


Text Example

White with #912485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912485; }

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

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

background-color css

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

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

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

border-color css

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

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

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