Html Css Color HEX #941775 Dark Purple

📋 copy color: '#941775'

red 148 ◦ green 23 ◦ blue 117

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

Shades of Dark Purple #941775

Tints of Dark Purple #941775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.99%

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

R = 51.39%
G = 7.99%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#941775 (or 0x941775) is known color: Dark Purple. HEX triplet: 94, 17 and 75. RGB value is (148,23,117). Sum of RGB (Red+Green+Blue) = 148+23+117=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #941775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941775 is #6BE88A. Grayscale: #464646. Windows color (decimal): -7071883 or 7673748. OLE color: 7673748.

HSL color Cylindrical-coordinate representation of color #941775: hue angle of 314.88º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #941775 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 23 117 -
CMYK 0 0.84 0.21 0.42
HSL 314.88º 0.73% 0.34% -
HSV(B) 314.88º 0.84% 0.58% -
XYZ 15.73 8.19 17.58 -
YUV 71.09 153.91 182.86 -
System Red Green Blue C M Y K H S L
Decimal 148 23 117 0 0.84 0.21 0.42 314.88 0.73 0.34
Hex 94 17 75 0 54 15 2A 13B 49 22
Octal 224 27 165 0 124 25 52 473 111 42
Binary 10010100 10111 1110101 0 1010100 10101 101010 100111011 1001001 100010

Color Harmonies of #941775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941775

Black with #941775

Text Example


Text Example

White with #941775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941775; }

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

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

background-color css

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

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

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

border-color css

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

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

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