Html Css Color HEX #943B7E Dark Purple

📋 copy color: '#943B7E'

red 148 ◦ green 59 ◦ blue 126

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

Shades of Dark Purple #943B7E

Tints of Dark Purple #943B7E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.72%

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

R = 44.44%
G = 17.72%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#943B7E (or 0x943B7E) is known color: Dark Purple. HEX triplet: 94, 3B and 7E. RGB value is (148,59,126). Sum of RGB (Red+Green+Blue) = 148+59+126=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #943B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943B7E is #6BC481. Grayscale: #5D5D5D. Windows color (decimal): -7062658 or 8272788. OLE color: 8272788.

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

Color convert

RGB 148 59 126 -
CMYK 0 0.60 0.15 0.42
HSL 314.83º 0.43% 0.41% -
HSV(B) 314.83º 0.6% 0.58% -
XYZ 17.54 10.93 20.92 -
YUV 93.25 146.49 167.05 -
System Red Green Blue C M Y K H S L
Decimal 148 59 126 0 0.60 0.15 0.42 314.83 0.43 0.41
Hex 94 3B 7E 0 3C F 2A 13B 2B 29
Octal 224 73 176 0 74 17 52 473 53 51
Binary 10010100 111011 1111110 0 111100 1111 101010 100111011 101011 101001

Color Harmonies of #943B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943B7E

Black with #943B7E

Text Example


Text Example

White with #943B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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