Html Css Color HEX #91427C Dark Purple

📋 copy color: '#91427C'

red 145 ◦ green 66 ◦ blue 124

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

Shades of Dark Purple #91427C

Tints of Dark Purple #91427C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.01%

R = 43.28%
G = 19.7%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#91427C (or 0x91427C) is known color: Dark Purple. HEX triplet: 91, 42 and 7C. RGB value is (145,66,124). Sum of RGB (Red+Green+Blue) = 145+66+124=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #91427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91427C is #6EBD83. Grayscale: #606060. Windows color (decimal): -7257476 or 8143505. OLE color: 8143505.

HSL color Cylindrical-coordinate representation of color #91427C: hue angle of 315.95º 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 #91427C is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 66 124 -
CMYK 0 0.54 0.14 0.43
HSL 315.95º 0.37% 0.41% -
HSV(B) 315.95º 0.54% 0.57% -
XYZ 17.26 11.37 20.35 -
YUV 96.23 143.67 162.78 -
System Red Green Blue C M Y K H S L
Decimal 145 66 124 0 0.54 0.14 0.43 315.95 0.37 0.41
Hex 91 42 7C 0 36 E 2B 13C 25 29
Octal 221 102 174 0 66 16 53 474 45 51
Binary 10010001 1000010 1111100 0 110110 1110 101011 100111100 100101 101001

Color Harmonies of #91427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91427C

Black with #91427C

Text Example


Text Example

White with #91427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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