Html Css Color HEX #943170 Dark Purple

📋 copy color: '#943170'

red 148 ◦ green 49 ◦ blue 112

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

Shades of Dark Purple #943170

Tints of Dark Purple #943170

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.86%

 BLUE value IS 112 (44.14% from 255) = 36.25%

R = 47.9%
G = 15.86%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#943170 (or 0x943170) is known color: Dark Purple. HEX triplet: 94, 31 and 70. RGB value is (148,49,112). Sum of RGB (Red+Green+Blue) = 148+49+112=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #943170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943170 is #6BCE8F. Grayscale: #555555. Windows color (decimal): -7065232 or 7352724. OLE color: 7352724.

HSL color Cylindrical-coordinate representation of color #943170: hue angle of 321.82º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #943170 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 49 112 -
CMYK 0 0.67 0.24 0.42
HSL 321.82º 0.5% 0.39% -
HSV(B) 321.82º 0.67% 0.58% -
XYZ 16.24 9.66 16.34 -
YUV 85.78 142.8 172.38 -
System Red Green Blue C M Y K H S L
Decimal 148 49 112 0 0.67 0.24 0.42 321.82 0.5 0.39
Hex 94 31 70 0 43 18 2A 142 32 27
Octal 224 61 160 0 103 30 52 502 62 47
Binary 10010100 110001 1110000 0 1000011 11000 101010 101000010 110010 100111

Color Harmonies of #943170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943170

Black with #943170

Text Example


Text Example

White with #943170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943170; }

 p { color: rgb(148,49,112); }

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

background-color css

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

 a { background-color: rgb(148,49,112); }

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

border-color css

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

 span { border-color: rgb(148,49,112); }

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