Html Css Color HEX #943973 Dark Purple

📋 copy color: '#943973'

red 148 ◦ green 57 ◦ blue 115

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

Shades of Dark Purple #943973

Tints of Dark Purple #943973

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.81%

 BLUE value IS 115 (45.31% from 255) = 35.94%

R = 46.25%
G = 17.81%
B = 35.94%

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

#943973 (or 0x943973) is known color: Dark Purple. HEX triplet: 94, 39 and 73. RGB value is (148,57,115). Sum of RGB (Red+Green+Blue) = 148+57+115=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #943973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943973 is #6BC68C. Grayscale: #5A5A5A. Windows color (decimal): -7063181 or 7551380. OLE color: 7551380.

HSL color Cylindrical-coordinate representation of color #943973: hue angle of 321.76º 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 #943973 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 57 115 -
CMYK 0 0.61 0.22 0.42
HSL 321.76º 0.44% 0.4% -
HSV(B) 321.76º 0.61% 0.58% -
XYZ 16.77 10.46 17.35 -
YUV 90.82 141.65 168.78 -
System Red Green Blue C M Y K H S L
Decimal 148 57 115 0 0.61 0.22 0.42 321.76 0.44 0.4
Hex 94 39 73 0 3D 16 2A 142 2C 28
Octal 224 71 163 0 75 26 52 502 54 50
Binary 10010100 111001 1110011 0 111101 10110 101010 101000010 101100 101000

Color Harmonies of #943973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943973

Black with #943973

Text Example


Text Example

White with #943973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943973; }

 p { color: rgb(148,57,115); }

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

background-color css

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

 a { background-color: rgb(148,57,115); }

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

border-color css

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

 span { border-color: rgb(148,57,115); }

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