Html Css Color HEX #912385 Dark Purple

📋 copy color: '#912385'

red 145 ◦ green 35 ◦ blue 133

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

Shades of Dark Purple #912385

Tints of Dark Purple #912385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.18%

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

R = 46.33%
G = 11.18%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#912385 (or 0x912385) is known color: Dark Purple. HEX triplet: 91, 23 and 85. RGB value is (145,35,133). Sum of RGB (Red+Green+Blue) = 145+35+133=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #912385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912385 is #6EDC7A. Grayscale: #4E4E4E. Windows color (decimal): -7265403 or 8725393. OLE color: 8725393.

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

Color convert

RGB 145 35 133 -
CMYK 0 0.76 0.08 0.43
HSL 306.55º 0.61% 0.35% -
HSV(B) 306.55º 0.76% 0.57% -
XYZ 16.51 8.92 23.04 -
YUV 79.06 158.44 175.03 -
System Red Green Blue C M Y K H S L
Decimal 145 35 133 0 0.76 0.08 0.43 306.55 0.61 0.35
Hex 91 23 85 0 4C 8 2B 133 3D 23
Octal 221 43 205 0 114 10 53 463 75 43
Binary 10010001 100011 10000101 0 1001100 1000 101011 100110011 111101 100011

Color Harmonies of #912385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912385

Black with #912385

Text Example


Text Example

White with #912385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912385; }

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

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

background-color css

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

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

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

border-color css

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

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

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