Html Css Color HEX #94196C Dark Purple

📋 copy color: '#94196C'

red 148 ◦ green 25 ◦ blue 108

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

Shades of Dark Purple #94196C

Tints of Dark Purple #94196C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.43%

R = 52.67%
G = 8.9%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#94196C (or 0x94196C) is known color: Dark Purple. HEX triplet: 94, 19 and 6C. RGB value is (148,25,108). Sum of RGB (Red+Green+Blue) = 148+25+108=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #94196C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94196C is #6BE693. Grayscale: #474747. Windows color (decimal): -7071380 or 7084436. OLE color: 7084436.

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

Color convert

RGB 148 25 108 -
CMYK 0 0.83 0.27 0.42
HSL 319.51º 0.71% 0.34% -
HSV(B) 319.51º 0.83% 0.58% -
XYZ 15.27 8.07 14.94 -
YUV 71.24 148.75 182.75 -
System Red Green Blue C M Y K H S L
Decimal 148 25 108 0 0.83 0.27 0.42 319.51 0.71 0.34
Hex 94 19 6C 0 53 1B 2A 140 47 22
Octal 224 31 154 0 123 33 52 500 107 42
Binary 10010100 11001 1101100 0 1010011 11011 101010 101000000 1000111 100010

Color Harmonies of #94196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94196C

Black with #94196C

Text Example


Text Example

White with #94196C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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