Html Css Color HEX #943A74 Dark Purple

📋 copy color: '#943A74'

red 148 ◦ green 58 ◦ blue 116

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

Shades of Dark Purple #943A74

Tints of Dark Purple #943A74

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.01%

 BLUE value IS 116 (45.7% from 255) = 36.02%

R = 45.96%
G = 18.01%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#943A74 (or 0x943A74) is known color: Dark Purple. HEX triplet: 94, 3A and 74. RGB value is (148,58,116). Sum of RGB (Red+Green+Blue) = 148+58+116=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 148 - color contains mainly: red. Hex color #943A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943A74 is #6BC58B. Grayscale: #5B5B5B. Windows color (decimal): -7062924 or 7617172. OLE color: 7617172.

HSL color Cylindrical-coordinate representation of color #943A74: hue angle of 321.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #943A74 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 58 116 -
CMYK 0 0.61 0.22 0.42
HSL 321.33º 0.44% 0.4% -
HSV(B) 321.33º 0.61% 0.58% -
XYZ 16.88 10.58 17.68 -
YUV 91.52 141.82 168.28 -
System Red Green Blue C M Y K H S L
Decimal 148 58 116 0 0.61 0.22 0.42 321.33 0.44 0.4
Hex 94 3A 74 0 3D 16 2A 141 2C 28
Octal 224 72 164 0 75 26 52 501 54 50
Binary 10010100 111010 1110100 0 111101 10110 101010 101000001 101100 101000

Color Harmonies of #943A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943A74

Black with #943A74

Text Example


Text Example

White with #943A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943A74; }

 p { color: rgb(148,58,116); }

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

background-color css

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

 a { background-color: rgb(148,58,116); }

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

border-color css

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

 span { border-color: rgb(148,58,116); }

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