Html Css Color HEX #91287F Dark Purple

📋 copy color: '#91287F'

red 145 ◦ green 40 ◦ blue 127

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

Shades of Dark Purple #91287F

Tints of Dark Purple #91287F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.82%

 BLUE value IS 127 (50% from 255) = 40.71%

R = 46.47%
G = 12.82%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#91287F (or 0x91287F) is known color: Dark Purple. HEX triplet: 91, 28 and 7F. RGB value is (145,40,127). Sum of RGB (Red+Green+Blue) = 145+40+127=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #91287F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91287F is #6ED780. Grayscale: #515151. Windows color (decimal): -7264129 or 8333457. OLE color: 8333457.

HSL color Cylindrical-coordinate representation of color #91287F: hue angle of 310.29º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #91287F is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 40 127 -
CMYK 0 0.72 0.12 0.43
HSL 310.29º 0.57% 0.36% -
HSV(B) 310.29º 0.72% 0.57% -
XYZ 16.27 9.07 20.97 -
YUV 81.31 153.79 173.43 -
System Red Green Blue C M Y K H S L
Decimal 145 40 127 0 0.72 0.12 0.43 310.29 0.57 0.36
Hex 91 28 7F 0 48 C 2B 136 39 24
Octal 221 50 177 0 110 14 53 466 71 44
Binary 10010001 101000 1111111 0 1001000 1100 101011 100110110 111001 100100

Color Harmonies of #91287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91287F

Black with #91287F

Text Example


Text Example

White with #91287F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91287F; }

 p { color: rgb(145,40,127); }

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

background-color css

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

 a { background-color: rgb(145,40,127); }

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

border-color css

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

 span { border-color: rgb(145,40,127); }

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