Html Css Color HEX #941E7B Dark Purple

📋 copy color: '#941E7B'

red 148 ◦ green 30 ◦ blue 123

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

Shades of Dark Purple #941E7B

Tints of Dark Purple #941E7B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.97%

 BLUE value IS 123 (48.44% from 255) = 40.86%

R = 49.17%
G = 9.97%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#941E7B (or 0x941E7B) is known color: Dark Purple. HEX triplet: 94, 1E and 7B. RGB value is (148,30,123). Sum of RGB (Red+Green+Blue) = 148+30+123=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #941E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941E7B is #6BE184. Grayscale: #4B4B4B. Windows color (decimal): -7070085 or 8068756. OLE color: 8068756.

HSL color Cylindrical-coordinate representation of color #941E7B: hue angle of 312.71º degrees, saturation: 0.66, 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 #941E7B is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 30 123 -
CMYK 0 0.80 0.17 0.42
HSL 312.71º 0.66% 0.35% -
HSV(B) 312.71º 0.8% 0.58% -
XYZ 16.25 8.65 19.55 -
YUV 75.88 154.59 179.44 -
System Red Green Blue C M Y K H S L
Decimal 148 30 123 0 0.80 0.17 0.42 312.71 0.66 0.35
Hex 94 1E 7B 0 50 11 2A 139 42 23
Octal 224 36 173 0 120 21 52 471 102 43
Binary 10010100 11110 1111011 0 1010000 10001 101010 100111001 1000010 100011

Color Harmonies of #941E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941E7B

Black with #941E7B

Text Example


Text Example

White with #941E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,30,123); }

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

background-color css

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

 a { background-color: rgb(148,30,123); }

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

border-color css

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

 span { border-color: rgb(148,30,123); }

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