Html Css Color HEX #941277 Dark Purple

📋 copy color: '#941277'

red 148 ◦ green 18 ◦ blue 119

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

Shades of Dark Purple #941277

Tints of Dark Purple #941277

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.32%

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

R = 51.93%
G = 6.32%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#941277 (or 0x941277) is known color: Dark Purple. HEX triplet: 94, 12 and 77. RGB value is (148,18,119). Sum of RGB (Red+Green+Blue) = 148+18+119=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #941277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941277 is #6BED88. Grayscale: #444444. Windows color (decimal): -7073161 or 7803540. OLE color: 7803540.

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

Color convert

RGB 148 18 119 -
CMYK 0 0.88 0.20 0.42
HSL 313.38º 0.78% 0.33% -
HSV(B) 313.38º 0.88% 0.58% -
XYZ 15.76 8.06 18.18 -
YUV 68.38 156.57 184.79 -
System Red Green Blue C M Y K H S L
Decimal 148 18 119 0 0.88 0.20 0.42 313.38 0.78 0.33
Hex 94 12 77 0 58 14 2A 139 4E 21
Octal 224 22 167 0 130 24 52 471 116 41
Binary 10010100 10010 1110111 0 1011000 10100 101010 100111001 1001110 100001

Color Harmonies of #941277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941277

Black with #941277

Text Example


Text Example

White with #941277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941277; }

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

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

background-color css

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

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

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

border-color css

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

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

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