Html Css Color HEX #943389 Dark Purple

📋 copy color: '#943389'

red 148 ◦ green 51 ◦ blue 137

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

Shades of Dark Purple #943389

Tints of Dark Purple #943389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 40.77%

R = 44.05%
G = 15.18%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#943389 (or 0x943389) is known color: Dark Purple. HEX triplet: 94, 33 and 89. RGB value is (148,51,137). Sum of RGB (Red+Green+Blue) = 148+51+137=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #943389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943389 is #6BCC76. Grayscale: #595959. Windows color (decimal): -7064695 or 8991636. OLE color: 8991636.

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

Color convert

RGB 148 51 137 -
CMYK 0 0.66 0.07 0.42
HSL 306.8º 0.49% 0.39% -
HSV(B) 306.8º 0.66% 0.58% -
XYZ 17.91 10.47 24.74 -
YUV 89.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 148 51 137 0 0.66 0.07 0.42 306.8 0.49 0.39
Hex 94 33 89 0 42 7 2A 133 31 27
Octal 224 63 211 0 102 7 52 463 61 47
Binary 10010100 110011 10001001 0 1000010 111 101010 100110011 110001 100111

Color Harmonies of #943389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943389

Black with #943389

Text Example


Text Example

White with #943389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943389; }

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

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

background-color css

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

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

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

border-color css

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

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

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