Html Css Color HEX #942177 Dark Purple

📋 copy color: '#942177'

red 148 ◦ green 33 ◦ blue 119

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

Shades of Dark Purple #942177

Tints of Dark Purple #942177

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11%

 BLUE value IS 119 (46.88% from 255) = 39.67%

R = 49.33%
G = 11%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#942177 (or 0x942177) is known color: Dark Purple. HEX triplet: 94, 21 and 77. RGB value is (148,33,119). Sum of RGB (Red+Green+Blue) = 148+33+119=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #942177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942177 is #6BDE88. Grayscale: #4C4C4C. Windows color (decimal): -7069321 or 7807380. OLE color: 7807380.

HSL color Cylindrical-coordinate representation of color #942177: hue angle of 315.13º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #942177 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 33 119 -
CMYK 0 0.78 0.20 0.42
HSL 315.13º 0.64% 0.35% -
HSV(B) 315.13º 0.78% 0.58% -
XYZ 16.09 8.72 18.29 -
YUV 77.19 151.6 178.51 -
System Red Green Blue C M Y K H S L
Decimal 148 33 119 0 0.78 0.20 0.42 315.13 0.64 0.35
Hex 94 21 77 0 4E 14 2A 13B 40 23
Octal 224 41 167 0 116 24 52 473 100 43
Binary 10010100 100001 1110111 0 1001110 10100 101010 100111011 1000000 100011

Color Harmonies of #942177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942177

Black with #942177

Text Example


Text Example

White with #942177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942177; }

 p { color: rgb(148,33,119); }

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

background-color css

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

 a { background-color: rgb(148,33,119); }

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

border-color css

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

 span { border-color: rgb(148,33,119); }

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