Html Css Color HEX #944183 Dark Purple

📋 copy color: '#944183'

red 148 ◦ green 65 ◦ blue 131

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

Shades of Dark Purple #944183

Tints of Dark Purple #944183

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.9%

 BLUE value IS 131 (51.56% from 255) = 38.08%

R = 43.02%
G = 18.9%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#944183 (or 0x944183) is known color: Dark Purple. HEX triplet: 94, 41 and 83. RGB value is (148,65,131). Sum of RGB (Red+Green+Blue) = 148+65+131=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #944183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944183 is #6BBE7C. Grayscale: #616161. Windows color (decimal): -7061117 or 8602004. OLE color: 8602004.

HSL color Cylindrical-coordinate representation of color #944183: hue angle of 312.29º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #944183 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 65 131 -
CMYK 0 0.56 0.11 0.42
HSL 312.29º 0.39% 0.42% -
HSV(B) 312.29º 0.56% 0.58% -
XYZ 18.2 11.72 22.77 -
YUV 97.34 147 164.13 -
System Red Green Blue C M Y K H S L
Decimal 148 65 131 0 0.56 0.11 0.42 312.29 0.39 0.42
Hex 94 41 83 0 38 B 2A 138 27 2A
Octal 224 101 203 0 70 13 52 470 47 52
Binary 10010100 1000001 10000011 0 111000 1011 101010 100111000 100111 101010

Color Harmonies of #944183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944183

Black with #944183

Text Example


Text Example

White with #944183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944183; }

 p { color: rgb(148,65,131); }

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

background-color css

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

 a { background-color: rgb(148,65,131); }

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

border-color css

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

 span { border-color: rgb(148,65,131); }

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