Html Css Color HEX #941473 Dark Purple

📋 copy color: '#941473'

red 148 ◦ green 20 ◦ blue 115

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

Shades of Dark Purple #941473

Tints of Dark Purple #941473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.64%

R = 52.3%
G = 7.07%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#941473 (or 0x941473) is known color: Dark Purple. HEX triplet: 94, 14 and 73. RGB value is (148,20,115). Sum of RGB (Red+Green+Blue) = 148+20+115=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #941473 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941473 is #6BEB8C. Grayscale: #444444. Windows color (decimal): -7072653 or 7541908. OLE color: 7541908.

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

Color convert

RGB 148 20 115 -
CMYK 0 0.86 0.22 0.42
HSL 315.47º 0.76% 0.33% -
HSV(B) 315.47º 0.86% 0.58% -
XYZ 15.56 8.03 16.95 -
YUV 69.1 153.91 184.28 -
System Red Green Blue C M Y K H S L
Decimal 148 20 115 0 0.86 0.22 0.42 315.47 0.76 0.33
Hex 94 14 73 0 56 16 2A 13B 4C 21
Octal 224 24 163 0 126 26 52 473 114 41
Binary 10010100 10100 1110011 0 1010110 10110 101010 100111011 1001100 100001

Color Harmonies of #941473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941473

Black with #941473

Text Example


Text Example

White with #941473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941473; }

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

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

background-color css

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

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

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

border-color css

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

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

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