Html Css Color HEX #942771 Dark Purple

📋 copy color: '#942771'

red 148 ◦ green 39 ◦ blue 113

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

Shades of Dark Purple #942771

Tints of Dark Purple #942771

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13%

 BLUE value IS 113 (44.53% from 255) = 37.67%

R = 49.33%
G = 13%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#942771 (or 0x942771) is known color: Dark Purple. HEX triplet: 94, 27 and 71. RGB value is (148,39,113). Sum of RGB (Red+Green+Blue) = 148+39+113=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #942771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942771 is #6BD88E. Grayscale: #4F4F4F. Windows color (decimal): -7067791 or 7415700. OLE color: 7415700.

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

Color convert

RGB 148 39 113 -
CMYK 0 0.74 0.24 0.42
HSL 319.27º 0.58% 0.37% -
HSV(B) 319.27º 0.74% 0.58% -
XYZ 15.92 8.94 16.51 -
YUV 80.03 146.61 176.48 -
System Red Green Blue C M Y K H S L
Decimal 148 39 113 0 0.74 0.24 0.42 319.27 0.58 0.37
Hex 94 27 71 0 4A 18 2A 13F 3A 25
Octal 224 47 161 0 112 30 52 477 72 45
Binary 10010100 100111 1110001 0 1001010 11000 101010 100111111 111010 100101

Color Harmonies of #942771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942771

Black with #942771

Text Example


Text Example

White with #942771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942771; }

 p { color: rgb(148,39,113); }

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

background-color css

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

 a { background-color: rgb(148,39,113); }

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

border-color css

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

 span { border-color: rgb(148,39,113); }

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