Html Css Color HEX #943E7C Dark Purple

📋 copy color: '#943E7C'

red 148 ◦ green 62 ◦ blue 124

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

Shades of Dark Purple #943E7C

Tints of Dark Purple #943E7C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.56%

 BLUE value IS 124 (48.83% from 255) = 37.13%

R = 44.31%
G = 18.56%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#943E7C (or 0x943E7C) is known color: Dark Purple. HEX triplet: 94, 3E and 7C. RGB value is (148,62,124). Sum of RGB (Red+Green+Blue) = 148+62+124=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #943E7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943E7C is #6BC183. Grayscale: #5E5E5E. Windows color (decimal): -7061892 or 8142484. OLE color: 8142484.

HSL color Cylindrical-coordinate representation of color #943E7C: hue angle of 316.74º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #943E7C is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 62 124 -
CMYK 0 0.58 0.16 0.42
HSL 316.74º 0.41% 0.41% -
HSV(B) 316.74º 0.58% 0.58% -
XYZ 17.57 11.2 20.3 -
YUV 94.78 144.49 165.96 -
System Red Green Blue C M Y K H S L
Decimal 148 62 124 0 0.58 0.16 0.42 316.74 0.41 0.41
Hex 94 3E 7C 0 3A 10 2A 13D 29 29
Octal 224 76 174 0 72 20 52 475 51 51
Binary 10010100 111110 1111100 0 111010 10000 101010 100111101 101001 101001

Color Harmonies of #943E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943E7C

Black with #943E7C

Text Example


Text Example

White with #943E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943E7C; }

 p { color: rgb(148,62,124); }

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

background-color css

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

 a { background-color: rgb(148,62,124); }

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

border-color css

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

 span { border-color: rgb(148,62,124); }

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