Html Css Color HEX #943D7E Dark Purple

📋 copy color: '#943D7E'

red 148 ◦ green 61 ◦ blue 126

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

Shades of Dark Purple #943D7E

Tints of Dark Purple #943D7E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.21%

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

R = 44.18%
G = 18.21%
B = 37.61%

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

#943D7E (or 0x943D7E) is known color: Dark Purple. HEX triplet: 94, 3D and 7E. RGB value is (148,61,126). Sum of RGB (Red+Green+Blue) = 148+61+126=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #943D7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943D7E is #6BC281. Grayscale: #5E5E5E. Windows color (decimal): -7062146 or 8273300. OLE color: 8273300.

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

Color convert

RGB 148 61 126 -
CMYK 0 0.59 0.15 0.42
HSL 315.17º 0.42% 0.41% -
HSV(B) 315.17º 0.59% 0.58% -
XYZ 17.65 11.14 20.96 -
YUV 94.42 145.82 166.21 -
System Red Green Blue C M Y K H S L
Decimal 148 61 126 0 0.59 0.15 0.42 315.17 0.42 0.41
Hex 94 3D 7E 0 3B F 2A 13B 2A 29
Octal 224 75 176 0 73 17 52 473 52 51
Binary 10010100 111101 1111110 0 111011 1111 101010 100111011 101010 101001

Color Harmonies of #943D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943D7E

Black with #943D7E

Text Example


Text Example

White with #943D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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