Html Css Color HEX #943C7C Dark Purple

📋 copy color: '#943C7C'

red 148 ◦ green 60 ◦ blue 124

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

Shades of Dark Purple #943C7C

Tints of Dark Purple #943C7C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.07%

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

R = 44.58%
G = 18.07%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#943C7C (or 0x943C7C) is known color: Dark Purple. HEX triplet: 94, 3C and 7C. RGB value is (148,60,124). Sum of RGB (Red+Green+Blue) = 148+60+124=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #943C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943C7C is #6BC383. Grayscale: #5D5D5D. Windows color (decimal): -7062404 or 8141972. OLE color: 8141972.

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

Color convert

RGB 148 60 124 -
CMYK 0 0.59 0.16 0.42
HSL 316.36º 0.42% 0.41% -
HSV(B) 316.36º 0.59% 0.58% -
XYZ 17.47 10.98 20.27 -
YUV 93.61 145.15 166.8 -
System Red Green Blue C M Y K H S L
Decimal 148 60 124 0 0.59 0.16 0.42 316.36 0.42 0.41
Hex 94 3C 7C 0 3B 10 2A 13C 2A 29
Octal 224 74 174 0 73 20 52 474 52 51
Binary 10010100 111100 1111100 0 111011 10000 101010 100111100 101010 101001

Color Harmonies of #943C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943C7C

Black with #943C7C

Text Example


Text Example

White with #943C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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