Html Css Color HEX #943175 Dark Purple

📋 copy color: '#943175'

red 148 ◦ green 49 ◦ blue 117

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

Shades of Dark Purple #943175

Tints of Dark Purple #943175

RGB

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

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

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

R = 47.13%
G = 15.61%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#943175 (or 0x943175) is known color: Dark Purple. HEX triplet: 94, 31 and 75. RGB value is (148,49,117). Sum of RGB (Red+Green+Blue) = 148+49+117=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #943175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943175 is #6BCE8A. Grayscale: #565656. Windows color (decimal): -7065227 or 7680404. OLE color: 7680404.

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

Color convert

RGB 148 49 117 -
CMYK 0 0.67 0.21 0.42
HSL 318.79º 0.5% 0.39% -
HSV(B) 318.79º 0.67% 0.58% -
XYZ 16.52 9.78 17.85 -
YUV 86.35 145.3 171.97 -
System Red Green Blue C M Y K H S L
Decimal 148 49 117 0 0.67 0.21 0.42 318.79 0.5 0.39
Hex 94 31 75 0 43 15 2A 13F 32 27
Octal 224 61 165 0 103 25 52 477 62 47
Binary 10010100 110001 1110101 0 1000011 10101 101010 100111111 110010 100111

Color Harmonies of #943175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943175

Black with #943175

Text Example


Text Example

White with #943175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943175; }

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

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

background-color css

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

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

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

border-color css

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

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

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