Html Css Color HEX #912387 Dark Purple

📋 copy color: '#912387'

red 145 ◦ green 35 ◦ blue 135

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

Shades of Dark Purple #912387

Tints of Dark Purple #912387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.86%

R = 46.03%
G = 11.11%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#912387 (or 0x912387) is known color: Dark Purple. HEX triplet: 91, 23 and 87. RGB value is (145,35,135). Sum of RGB (Red+Green+Blue) = 145+35+135=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #912387 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912387 is #6EDC78. Grayscale: #4F4F4F. Windows color (decimal): -7265401 or 8856465. OLE color: 8856465.

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

Color convert

RGB 145 35 135 -
CMYK 0 0.76 0.07 0.43
HSL 305.45º 0.61% 0.35% -
HSV(B) 305.45º 0.76% 0.57% -
XYZ 16.65 8.97 23.78 -
YUV 79.29 159.44 174.87 -
System Red Green Blue C M Y K H S L
Decimal 145 35 135 0 0.76 0.07 0.43 305.45 0.61 0.35
Hex 91 23 87 0 4C 7 2B 131 3D 23
Octal 221 43 207 0 114 7 53 461 75 43
Binary 10010001 100011 10000111 0 1001100 111 101011 100110001 111101 100011

Color Harmonies of #912387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912387

Black with #912387

Text Example


Text Example

White with #912387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912387; }

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

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

background-color css

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

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

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

border-color css

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

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

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