Html Css Color HEX #941E75 Dark Purple

📋 copy color: '#941E75'

red 148 ◦ green 30 ◦ blue 117

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

Shades of Dark Purple #941E75

Tints of Dark Purple #941E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.66%

R = 50.17%
G = 10.17%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#941E75 (or 0x941E75) is known color: Dark Purple. HEX triplet: 94, 1E and 75. RGB value is (148,30,117). Sum of RGB (Red+Green+Blue) = 148+30+117=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #941E75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941E75 is #6BE18A. Grayscale: #4A4A4A. Windows color (decimal): -7070091 or 7675540. OLE color: 7675540.

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

Color convert

RGB 148 30 117 -
CMYK 0 0.80 0.21 0.42
HSL 315.76º 0.66% 0.35% -
HSV(B) 315.76º 0.8% 0.58% -
XYZ 15.89 8.51 17.63 -
YUV 75.2 151.59 179.93 -
System Red Green Blue C M Y K H S L
Decimal 148 30 117 0 0.80 0.21 0.42 315.76 0.66 0.35
Hex 94 1E 75 0 50 15 2A 13C 42 23
Octal 224 36 165 0 120 25 52 474 102 43
Binary 10010100 11110 1110101 0 1010000 10101 101010 100111100 1000010 100011

Color Harmonies of #941E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941E75

Black with #941E75

Text Example


Text Example

White with #941E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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