Html Css Color HEX #943781 Dark Purple

📋 copy color: '#943781'

red 148 ◦ green 55 ◦ blue 129

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

Shades of Dark Purple #943781

Tints of Dark Purple #943781

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.57%

 BLUE value IS 129 (50.78% from 255) = 38.86%

R = 44.58%
G = 16.57%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#943781 (or 0x943781) is known color: Dark Purple. HEX triplet: 94, 37 and 81. RGB value is (148,55,129). Sum of RGB (Red+Green+Blue) = 148+55+129=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #943781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943781 is #6BC87E. Grayscale: #5B5B5B. Windows color (decimal): -7063679 or 8468372. OLE color: 8468372.

HSL color Cylindrical-coordinate representation of color #943781: hue angle of 312.26º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #943781 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 55 129 -
CMYK 0 0.63 0.13 0.42
HSL 312.26º 0.46% 0.4% -
HSV(B) 312.26º 0.63% 0.58% -
XYZ 17.54 10.61 21.89 -
YUV 91.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 148 55 129 0 0.63 0.13 0.42 312.26 0.46 0.4
Hex 94 37 81 0 3F D 2A 138 2E 28
Octal 224 67 201 0 77 15 52 470 56 50
Binary 10010100 110111 10000001 0 111111 1101 101010 100111000 101110 101000

Color Harmonies of #943781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943781

Black with #943781

Text Example


Text Example

White with #943781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943781; }

 p { color: rgb(148,55,129); }

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

background-color css

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

 a { background-color: rgb(148,55,129); }

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

border-color css

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

 span { border-color: rgb(148,55,129); }

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