Html Css Color HEX #91427E Dark Purple

📋 copy color: '#91427E'

red 145 ◦ green 66 ◦ blue 126

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

Shades of Dark Purple #91427E

Tints of Dark Purple #91427E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.58%

 BLUE value IS 126 (49.61% from 255) = 37.39%

R = 43.03%
G = 19.58%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#91427E (or 0x91427E) is known color: Dark Purple. HEX triplet: 91, 42 and 7E. RGB value is (145,66,126). Sum of RGB (Red+Green+Blue) = 145+66+126=337 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.03% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 145 - color contains mainly: red. Hex color #91427E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91427E is #6EBD81. Grayscale: #606060. Windows color (decimal): -7257474 or 8274577. OLE color: 8274577.

HSL color Cylindrical-coordinate representation of color #91427E: hue angle of 314.43º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #91427E is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 66 126 -
CMYK 0 0.54 0.13 0.43
HSL 314.43º 0.37% 0.41% -
HSV(B) 314.43º 0.54% 0.57% -
XYZ 17.39 11.42 21.03 -
YUV 96.46 144.67 162.62 -
System Red Green Blue C M Y K H S L
Decimal 145 66 126 0 0.54 0.13 0.43 314.43 0.37 0.41
Hex 91 42 7E 0 36 D 2B 13A 25 29
Octal 221 102 176 0 66 15 53 472 45 51
Binary 10010001 1000010 1111110 0 110110 1101 101011 100111010 100101 101001

Color Harmonies of #91427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91427E

Black with #91427E

Text Example


Text Example

White with #91427E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91427E; }

 p { color: rgb(145,66,126); }

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

background-color css

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

 a { background-color: rgb(145,66,126); }

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

border-color css

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

 span { border-color: rgb(145,66,126); }

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