Html Css Color HEX #941E8A Dark Purple

📋 copy color: '#941E8A'

red 148 ◦ green 30 ◦ blue 138

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

Shades of Dark Purple #941E8A

Tints of Dark Purple #941E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.67%

R = 46.84%
G = 9.49%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#941E8A (or 0x941E8A) is known color: Dark Purple. HEX triplet: 94, 1E and 8A. RGB value is (148,30,138). Sum of RGB (Red+Green+Blue) = 148+30+138=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #941E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941E8A is #6BE175. Grayscale: #4D4D4D. Windows color (decimal): -7070070 or 9051796. OLE color: 9051796.

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

Color convert

RGB 148 30 138 -
CMYK 0 0.80 0.07 0.42
HSL 305.08º 0.66% 0.35% -
HSV(B) 305.08º 0.8% 0.58% -
XYZ 17.26 9.06 24.88 -
YUV 77.59 162.09 178.22 -
System Red Green Blue C M Y K H S L
Decimal 148 30 138 0 0.80 0.07 0.42 305.08 0.66 0.35
Hex 94 1E 8A 0 50 7 2A 131 42 23
Octal 224 36 212 0 120 7 52 461 102 43
Binary 10010100 11110 10001010 0 1010000 111 101010 100110001 1000010 100011

Color Harmonies of #941E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941E8A

Black with #941E8A

Text Example


Text Example

White with #941E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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