Html Css Color HEX #94196D Dark Purple

📋 copy color: '#94196D'

red 148 ◦ green 25 ◦ blue 109

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

Shades of Dark Purple #94196D

Tints of Dark Purple #94196D

RGB

 RED value IS 148 (58.2% from 255) = 52.48%

 GREEN value IS 25 (10.16% from 255) = 8.87%

 BLUE value IS 109 (42.97% from 255) = 38.65%

R = 52.48%
G = 8.87%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#94196D (or 0x94196D) is known color: Dark Purple. HEX triplet: 94, 19 and 6D. RGB value is (148,25,109). Sum of RGB (Red+Green+Blue) = 148+25+109=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #94196D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94196D is #6BE692. Grayscale: #474747. Windows color (decimal): -7071379 or 7149972. OLE color: 7149972.

HSL color Cylindrical-coordinate representation of color #94196D: hue angle of 319.02º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #94196D is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 25 109 -
CMYK 0 0.83 0.26 0.42
HSL 319.02º 0.71% 0.34% -
HSV(B) 319.02º 0.83% 0.58% -
XYZ 15.32 8.1 15.22 -
YUV 71.35 149.25 182.67 -
System Red Green Blue C M Y K H S L
Decimal 148 25 109 0 0.83 0.26 0.42 319.02 0.71 0.34
Hex 94 19 6D 0 53 1A 2A 13F 47 22
Octal 224 31 155 0 123 32 52 477 107 42
Binary 10010100 11001 1101101 0 1010011 11010 101010 100111111 1000111 100010

Color Harmonies of #94196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94196D

Black with #94196D

Text Example


Text Example

White with #94196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94196D; }

 p { color: rgb(148,25,109); }

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

background-color css

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

 a { background-color: rgb(148,25,109); }

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

border-color css

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

 span { border-color: rgb(148,25,109); }

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