Html Css Color HEX #941981 Dark Purple

📋 copy color: '#941981'

red 148 ◦ green 25 ◦ blue 129

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

Shades of Dark Purple #941981

Tints of Dark Purple #941981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.28%

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

R = 49.01%
G = 8.28%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#941981 (or 0x941981) is known color: Dark Purple. HEX triplet: 94, 19 and 81. RGB value is (148,25,129). Sum of RGB (Red+Green+Blue) = 148+25+129=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #941981 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941981 is #6BE67E. Grayscale: #494949. Windows color (decimal): -7071359 or 8460692. OLE color: 8460692.

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

Color convert

RGB 148 25 129 -
CMYK 0 0.83 0.13 0.42
HSL 309.27º 0.71% 0.34% -
HSV(B) 309.27º 0.83% 0.58% -
XYZ 16.52 8.58 21.55 -
YUV 73.63 159.25 181.04 -
System Red Green Blue C M Y K H S L
Decimal 148 25 129 0 0.83 0.13 0.42 309.27 0.71 0.34
Hex 94 19 81 0 53 D 2A 135 47 22
Octal 224 31 201 0 123 15 52 465 107 42
Binary 10010100 11001 10000001 0 1010011 1101 101010 100110101 1000111 100010

Color Harmonies of #941981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941981

Black with #941981

Text Example


Text Example

White with #941981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941981; }

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

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

background-color css

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

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

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

border-color css

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

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

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