Html Css Color HEX #943184 Dark Purple

📋 copy color: '#943184'

red 148 ◦ green 49 ◦ blue 132

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

Shades of Dark Purple #943184

Tints of Dark Purple #943184

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.89%

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

R = 44.98%
G = 14.89%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#943184 (or 0x943184) is known color: Dark Purple. HEX triplet: 94, 31 and 84. RGB value is (148,49,132). Sum of RGB (Red+Green+Blue) = 148+49+132=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #943184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943184 is #6BCE7B. Grayscale: #575757. Windows color (decimal): -7065212 or 8663444. OLE color: 8663444.

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

Color convert

RGB 148 49 132 -
CMYK 0 0.67 0.11 0.42
HSL 309.7º 0.5% 0.39% -
HSV(B) 309.7º 0.67% 0.58% -
XYZ 17.48 10.16 22.87 -
YUV 88.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 148 49 132 0 0.67 0.11 0.42 309.7 0.5 0.39
Hex 94 31 84 0 43 B 2A 136 32 27
Octal 224 61 204 0 103 13 52 466 62 47
Binary 10010100 110001 10000100 0 1000011 1011 101010 100110110 110010 100111

Color Harmonies of #943184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943184

Black with #943184

Text Example


Text Example

White with #943184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943184; }

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

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

background-color css

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

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

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

border-color css

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

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

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