Html Css Color HEX #91079F Dark Magenta

📋 copy color: '#91079F'

red 145 ◦ green 7 ◦ blue 159

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

Shades of Dark Magenta #91079F

Tints of Dark Magenta #91079F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.25%

 BLUE value IS 159 (62.5% from 255) = 51.13%

R = 46.62%
G = 2.25%
B = 51.13%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#91079F (or 0x91079F) is known color: Dark Magenta. HEX triplet: 91, 07 and 9F. RGB value is (145,7,159). Sum of RGB (Red+Green+Blue) = 145+7+159=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #91079F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91079F is #6EF860. Grayscale: #414141. Windows color (decimal): -7272545 or 10422161. OLE color: 10422161.

HSL color Cylindrical-coordinate representation of color #91079F: hue angle of 294.47º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #91079F is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 145 7 159 -
CMYK 0.09 0.96 0 0.38
HSL 294.47º 0.92% 0.33% -
HSV(B) 294.47º 0.96% 0.62% -
XYZ 18.01 8.67 33.53 -
YUV 65.59 180.72 184.64 -
System Red Green Blue C M Y K H S L
Decimal 145 7 159 0.09 0.96 0 0.38 294.47 0.92 0.33
Hex 91 7 9F 9 60 0 26 126 5C 21
Octal 221 7 237 11 140 0 46 446 134 41
Binary 10010001 111 10011111 1001 1100000 0 100110 100100110 1011100 100001

Color Harmonies of #91079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91079F

Black with #91079F

Text Example


Text Example

White with #91079F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,7,159); }

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

background-color css

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

 a { background-color: rgb(145,7,159); }

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

border-color css

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

 span { border-color: rgb(145,7,159); }

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