Html Css Color HEX #943185 Dark Purple

📋 copy color: '#943185'

red 148 ◦ green 49 ◦ blue 133

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

Shades of Dark Purple #943185

Tints of Dark Purple #943185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.3%

R = 44.85%
G = 14.85%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#943185 (or 0x943185) is known color: Dark Purple. HEX triplet: 94, 31 and 85. RGB value is (148,49,133). Sum of RGB (Red+Green+Blue) = 148+49+133=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #943185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943185 is #6BCE7A. Grayscale: #575757. Windows color (decimal): -7065211 or 8728980. OLE color: 8728980.

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

Color convert

RGB 148 49 133 -
CMYK 0 0.67 0.10 0.42
HSL 309.09º 0.5% 0.39% -
HSV(B) 309.09º 0.67% 0.58% -
XYZ 17.54 10.19 23.23 -
YUV 88.18 153.3 170.67 -
System Red Green Blue C M Y K H S L
Decimal 148 49 133 0 0.67 0.10 0.42 309.09 0.5 0.39
Hex 94 31 85 0 43 A 2A 135 32 27
Octal 224 61 205 0 103 12 52 465 62 47
Binary 10010100 110001 10000101 0 1000011 1010 101010 100110101 110010 100111

Color Harmonies of #943185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943185

Black with #943185

Text Example


Text Example

White with #943185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943185; }

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

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

background-color css

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

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

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

border-color css

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

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

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