Html Css Color HEX #94196F Dark Purple

📋 copy color: '#94196F'

red 148 ◦ green 25 ◦ blue 111

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

Shades of Dark Purple #94196F

Tints of Dark Purple #94196F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.08%

R = 52.11%
G = 8.8%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#94196F (or 0x94196F) is known color: Dark Purple. HEX triplet: 94, 19 and 6F. RGB value is (148,25,111). Sum of RGB (Red+Green+Blue) = 148+25+111=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #94196F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94196F is #6BE690. Grayscale: #474747. Windows color (decimal): -7071377 or 7281044. OLE color: 7281044.

HSL color Cylindrical-coordinate representation of color #94196F: hue angle of 318.05º 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 #94196F is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 25 111 -
CMYK 0 0.83 0.25 0.42
HSL 318.05º 0.71% 0.34% -
HSV(B) 318.05º 0.83% 0.58% -
XYZ 15.43 8.14 15.8 -
YUV 71.58 150.25 182.51 -
System Red Green Blue C M Y K H S L
Decimal 148 25 111 0 0.83 0.25 0.42 318.05 0.71 0.34
Hex 94 19 6F 0 53 19 2A 13E 47 22
Octal 224 31 157 0 123 31 52 476 107 42
Binary 10010100 11001 1101111 0 1010011 11001 101010 100111110 1000111 100010

Color Harmonies of #94196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94196F

Black with #94196F

Text Example


Text Example

White with #94196F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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