Html Css Color HEX #941475 Dark Purple

📋 copy color: '#941475'

red 148 ◦ green 20 ◦ blue 117

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

Shades of Dark Purple #941475

Tints of Dark Purple #941475

RGB

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

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

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

R = 51.93%
G = 7.02%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#941475 (or 0x941475) is known color: Dark Purple. HEX triplet: 94, 14 and 75. RGB value is (148,20,117). Sum of RGB (Red+Green+Blue) = 148+20+117=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #941475 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941475 is #6BEB8A. Grayscale: #454545. Windows color (decimal): -7072651 or 7672980. OLE color: 7672980.

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

Color convert

RGB 148 20 117 -
CMYK 0 0.86 0.21 0.42
HSL 314.53º 0.76% 0.33% -
HSV(B) 314.53º 0.86% 0.58% -
XYZ 15.67 8.08 17.56 -
YUV 69.33 154.91 184.11 -
System Red Green Blue C M Y K H S L
Decimal 148 20 117 0 0.86 0.21 0.42 314.53 0.76 0.33
Hex 94 14 75 0 56 15 2A 13B 4C 21
Octal 224 24 165 0 126 25 52 473 114 41
Binary 10010100 10100 1110101 0 1010110 10101 101010 100111011 1001100 100001

Color Harmonies of #941475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941475

Black with #941475

Text Example


Text Example

White with #941475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941475; }

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

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

background-color css

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

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

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

border-color css

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

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

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