Html Css Color HEX #941476 Dark Purple

📋 copy color: '#941476'

red 148 ◦ green 20 ◦ blue 118

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

Shades of Dark Purple #941476

Tints of Dark Purple #941476

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.99%

 BLUE value IS 118 (46.48% from 255) = 41.26%

R = 51.75%
G = 6.99%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#941476 (or 0x941476) is known color: Dark Purple. HEX triplet: 94, 14 and 76. RGB value is (148,20,118). Sum of RGB (Red+Green+Blue) = 148+20+118=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #941476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941476 is #6BEB89. Grayscale: #454545. Windows color (decimal): -7072650 or 7738516. OLE color: 7738516.

HSL color Cylindrical-coordinate representation of color #941476: hue angle of 314.06º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941476 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 20 118 -
CMYK 0 0.86 0.20 0.42
HSL 314.06º 0.76% 0.33% -
HSV(B) 314.06º 0.86% 0.58% -
XYZ 15.73 8.1 17.87 -
YUV 69.44 155.41 184.03 -
System Red Green Blue C M Y K H S L
Decimal 148 20 118 0 0.86 0.20 0.42 314.06 0.76 0.33
Hex 94 14 76 0 56 14 2A 13A 4C 21
Octal 224 24 166 0 126 24 52 472 114 41
Binary 10010100 10100 1110110 0 1010110 10100 101010 100111010 1001100 100001

Color Harmonies of #941476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941476

Black with #941476

Text Example


Text Example

White with #941476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941476; }

 p { color: rgb(148,20,118); }

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

background-color css

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

 a { background-color: rgb(148,20,118); }

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

border-color css

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

 span { border-color: rgb(148,20,118); }

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