Html Css Color HEX #943373 Dark Purple

📋 copy color: '#943373'

red 148 ◦ green 51 ◦ blue 115

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

Shades of Dark Purple #943373

Tints of Dark Purple #943373

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.24%

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

R = 47.13%
G = 16.24%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#943373 (or 0x943373) is known color: Dark Purple. HEX triplet: 94, 33 and 73. RGB value is (148,51,115). Sum of RGB (Red+Green+Blue) = 148+51+115=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #943373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943373 is #6BCC8C. Grayscale: #575757. Windows color (decimal): -7064717 or 7549844. OLE color: 7549844.

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

Color convert

RGB 148 51 115 -
CMYK 0 0.66 0.22 0.42
HSL 320.41º 0.49% 0.39% -
HSV(B) 320.41º 0.66% 0.58% -
XYZ 16.49 9.9 17.26 -
YUV 87.3 143.64 171.3 -
System Red Green Blue C M Y K H S L
Decimal 148 51 115 0 0.66 0.22 0.42 320.41 0.49 0.39
Hex 94 33 73 0 42 16 2A 140 31 27
Octal 224 63 163 0 102 26 52 500 61 47
Binary 10010100 110011 1110011 0 1000010 10110 101010 101000000 110001 100111

Color Harmonies of #943373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943373

Black with #943373

Text Example


Text Example

White with #943373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943373; }

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

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

background-color css

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

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

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

border-color css

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

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

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