Html Css Color HEX #941184 Dark Purple

📋 copy color: '#941184'

red 148 ◦ green 17 ◦ blue 132

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

Shades of Dark Purple #941184

Tints of Dark Purple #941184

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.72%

 BLUE value IS 132 (51.95% from 255) = 44.44%

R = 49.83%
G = 5.72%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#941184 (or 0x941184) is known color: Dark Purple. HEX triplet: 94, 11 and 84. RGB value is (148,17,132). Sum of RGB (Red+Green+Blue) = 148+17+132=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #941184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941184 is #6BEE7B. Grayscale: #444444. Windows color (decimal): -7073404 or 8655252. OLE color: 8655252.

HSL color Cylindrical-coordinate representation of color #941184: hue angle of 307.33º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #941184 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 17 132 -
CMYK 0 0.89 0.11 0.42
HSL 307.33º 0.79% 0.32% -
HSV(B) 307.33º 0.89% 0.58% -
XYZ 16.58 8.36 22.57 -
YUV 69.28 163.4 184.15 -
System Red Green Blue C M Y K H S L
Decimal 148 17 132 0 0.89 0.11 0.42 307.33 0.79 0.32
Hex 94 11 84 0 59 B 2A 133 4F 20
Octal 224 21 204 0 131 13 52 463 117 40
Binary 10010100 10001 10000100 0 1011001 1011 101010 100110011 1001111 100000

Color Harmonies of #941184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941184

Black with #941184

Text Example


Text Example

White with #941184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941184; }

 p { color: rgb(148,17,132); }

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

background-color css

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

 a { background-color: rgb(148,17,132); }

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

border-color css

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

 span { border-color: rgb(148,17,132); }

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