Html Css Color HEX #943977 Dark Purple

📋 copy color: '#943977'

red 148 ◦ green 57 ◦ blue 119

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

Shades of Dark Purple #943977

Tints of Dark Purple #943977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.73%

R = 45.68%
G = 17.59%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#943977 (or 0x943977) is known color: Dark Purple. HEX triplet: 94, 39 and 77. RGB value is (148,57,119). Sum of RGB (Red+Green+Blue) = 148+57+119=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 148 - color contains mainly: red. Hex color #943977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943977 is #6BC688. Grayscale: #5B5B5B. Windows color (decimal): -7063177 or 7813524. OLE color: 7813524.

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

Color convert

RGB 148 57 119 -
CMYK 0 0.61 0.20 0.42
HSL 319.12º 0.44% 0.4% -
HSV(B) 319.12º 0.61% 0.58% -
XYZ 17.01 10.55 18.59 -
YUV 91.28 143.65 168.46 -
System Red Green Blue C M Y K H S L
Decimal 148 57 119 0 0.61 0.20 0.42 319.12 0.44 0.4
Hex 94 39 77 0 3D 14 2A 13F 2C 28
Octal 224 71 167 0 75 24 52 477 54 50
Binary 10010100 111001 1110111 0 111101 10100 101010 100111111 101100 101000

Color Harmonies of #943977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943977

Black with #943977

Text Example


Text Example

White with #943977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943977; }

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

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

background-color css

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

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

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

border-color css

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

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

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