Html Css Color HEX #912374 Dark Purple

📋 copy color: '#912374'

red 145 ◦ green 35 ◦ blue 116

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

Shades of Dark Purple #912374

Tints of Dark Purple #912374

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.82%

 BLUE value IS 116 (45.7% from 255) = 39.19%

R = 48.99%
G = 11.82%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#912374 (or 0x912374) is known color: Dark Purple. HEX triplet: 91, 23 and 74. RGB value is (145,35,116). Sum of RGB (Red+Green+Blue) = 145+35+116=296 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.99% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 145 - color contains mainly: red. Hex color #912374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912374 is #6EDC8B. Grayscale: #4C4C4C. Windows color (decimal): -7265420 or 7611281. OLE color: 7611281.

HSL color Cylindrical-coordinate representation of color #912374: hue angle of 315.82º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #912374 is Cyan = 0, Magento = 0.76, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 35 116 -
CMYK 0 0.76 0.2 0.43
HSL 315.82º 0.61% 0.35% -
HSV(B) 315.82º 0.76% 0.57% -
XYZ 15.43 8.48 17.35 -
YUV 77.12 149.94 176.41 -
System Red Green Blue C M Y K H S L
Decimal 145 35 116 0 0.76 0.2 0.43 315.82 0.61 0.35
Hex 91 23 74 0 4C 14 2B 13C 3D 23
Octal 221 43 164 0 114 24 53 474 75 43
Binary 10010001 100011 1110100 0 1001100 10100 101011 100111100 111101 100011

Color Harmonies of #912374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912374

Black with #912374

Text Example


Text Example

White with #912374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912374; }

 p { color: rgb(145,35,116); }

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

background-color css

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

 a { background-color: rgb(145,35,116); }

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

border-color css

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

 span { border-color: rgb(145,35,116); }

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