Html Css Color HEX #943371 Dark Purple

📋 copy color: '#943371'

red 148 ◦ green 51 ◦ blue 113

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

Shades of Dark Purple #943371

Tints of Dark Purple #943371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.22%

R = 47.44%
G = 16.35%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#943371 (or 0x943371) is known color: Dark Purple. HEX triplet: 94, 33 and 71. RGB value is (148,51,113). Sum of RGB (Red+Green+Blue) = 148+51+113=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #943371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943371 is #6BCC8E. Grayscale: #565656. Windows color (decimal): -7064719 or 7418772. OLE color: 7418772.

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

Color convert

RGB 148 51 113 -
CMYK 0 0.66 0.24 0.42
HSL 321.65º 0.49% 0.39% -
HSV(B) 321.65º 0.66% 0.58% -
XYZ 16.38 9.86 16.66 -
YUV 87.07 142.64 171.46 -
System Red Green Blue C M Y K H S L
Decimal 148 51 113 0 0.66 0.24 0.42 321.65 0.49 0.39
Hex 94 33 71 0 42 18 2A 142 31 27
Octal 224 63 161 0 102 30 52 502 61 47
Binary 10010100 110011 1110001 0 1000010 11000 101010 101000010 110001 100111

Color Harmonies of #943371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943371

Black with #943371

Text Example


Text Example

White with #943371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943371; }

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

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

background-color css

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

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

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

border-color css

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

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

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