Html Css Color HEX #943C7E Dark Purple

📋 copy color: '#943C7E'

red 148 ◦ green 60 ◦ blue 126

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

Shades of Dark Purple #943C7E

Tints of Dark Purple #943C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.72%

R = 44.31%
G = 17.96%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#943C7E (or 0x943C7E) is known color: Dark Purple. HEX triplet: 94, 3C and 7E. RGB value is (148,60,126). Sum of RGB (Red+Green+Blue) = 148+60+126=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #943C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943C7E is #6BC381. Grayscale: #5D5D5D. Windows color (decimal): -7062402 or 8273044. OLE color: 8273044.

HSL color Cylindrical-coordinate representation of color #943C7E: hue angle of 315º 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 #943C7E is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 60 126 -
CMYK 0 0.59 0.15 0.42
HSL 315º 0.42% 0.41% -
HSV(B) 315º 0.59% 0.58% -
XYZ 17.59 11.03 20.94 -
YUV 93.84 146.15 166.63 -
System Red Green Blue C M Y K H S L
Decimal 148 60 126 0 0.59 0.15 0.42 315 0.42 0.41
Hex 94 3C 7E 0 3B F 2A 13B 2A 29
Octal 224 74 176 0 73 17 52 473 52 51
Binary 10010100 111100 1111110 0 111011 1111 101010 100111011 101010 101001

Color Harmonies of #943C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943C7E

Black with #943C7E

Text Example


Text Example

White with #943C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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