Html Css Color HEX #941D6B Dark Purple

📋 copy color: '#941D6B'

red 148 ◦ green 29 ◦ blue 107

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

Shades of Dark Purple #941D6B

Tints of Dark Purple #941D6B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.21%

 BLUE value IS 107 (42.19% from 255) = 37.68%

R = 52.11%
G = 10.21%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#941D6B (or 0x941D6B) is known color: Dark Purple. HEX triplet: 94, 1D and 6B. RGB value is (148,29,107). Sum of RGB (Red+Green+Blue) = 148+29+107=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #941D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941D6B is #6BE294. Grayscale: #494949. Windows color (decimal): -7070357 or 7019924. OLE color: 7019924.

HSL color Cylindrical-coordinate representation of color #941D6B: hue angle of 320.67º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #941D6B is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 29 107 -
CMYK 0 0.80 0.28 0.42
HSL 320.67º 0.67% 0.35% -
HSV(B) 320.67º 0.8% 0.58% -
XYZ 15.31 8.24 14.69 -
YUV 73.47 146.92 181.16 -
System Red Green Blue C M Y K H S L
Decimal 148 29 107 0 0.80 0.28 0.42 320.67 0.67 0.35
Hex 94 1D 6B 0 50 1C 2A 141 43 23
Octal 224 35 153 0 120 34 52 501 103 43
Binary 10010100 11101 1101011 0 1010000 11100 101010 101000001 1000011 100011

Color Harmonies of #941D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941D6B

Black with #941D6B

Text Example


Text Example

White with #941D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941D6B; }

 p { color: rgb(148,29,107); }

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

background-color css

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

 a { background-color: rgb(148,29,107); }

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

border-color css

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

 span { border-color: rgb(148,29,107); }

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