Html Css Color HEX #91417A Dark Purple

📋 copy color: '#91417A'

red 145 ◦ green 65 ◦ blue 122

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

Shades of Dark Purple #91417A

Tints of Dark Purple #91417A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.58%

 BLUE value IS 122 (48.05% from 255) = 36.75%

R = 43.67%
G = 19.58%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#91417A (or 0x91417A) is known color: Dark Purple. HEX triplet: 91, 41 and 7A. RGB value is (145,65,122). Sum of RGB (Red+Green+Blue) = 145+65+122=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #91417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91417A is #6EBE85. Grayscale: #5F5F5F. Windows color (decimal): -7257734 or 8012177. OLE color: 8012177.

HSL color Cylindrical-coordinate representation of color #91417A: hue angle of 317.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #91417A is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 65 122 -
CMYK 0 0.55 0.16 0.43
HSL 317.25º 0.38% 0.41% -
HSV(B) 317.25º 0.55% 0.57% -
XYZ 17.08 11.21 19.68 -
YUV 95.42 143 163.37 -
System Red Green Blue C M Y K H S L
Decimal 145 65 122 0 0.55 0.16 0.43 317.25 0.38 0.41
Hex 91 41 7A 0 37 10 2B 13D 26 29
Octal 221 101 172 0 67 20 53 475 46 51
Binary 10010001 1000001 1111010 0 110111 10000 101011 100111101 100110 101001

Color Harmonies of #91417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91417A

Black with #91417A

Text Example


Text Example

White with #91417A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91417A; }

 p { color: rgb(145,65,122); }

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

background-color css

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

 a { background-color: rgb(145,65,122); }

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

border-color css

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

 span { border-color: rgb(145,65,122); }

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