Html Css Color HEX #942477 Dark Purple

📋 copy color: '#942477'

red 148 ◦ green 36 ◦ blue 119

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

Shades of Dark Purple #942477

Tints of Dark Purple #942477

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.88%

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

R = 48.84%
G = 11.88%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#942477 (or 0x942477) is known color: Dark Purple. HEX triplet: 94, 24 and 77. RGB value is (148,36,119). Sum of RGB (Red+Green+Blue) = 148+36+119=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #942477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942477 is #6BDB88. Grayscale: #4E4E4E. Windows color (decimal): -7068553 or 7808148. OLE color: 7808148.

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

Color convert

RGB 148 36 119 -
CMYK 0 0.76 0.20 0.42
HSL 315.54º 0.61% 0.36% -
HSV(B) 315.54º 0.76% 0.58% -
XYZ 16.17 8.89 18.32 -
YUV 78.95 150.61 177.25 -
System Red Green Blue C M Y K H S L
Decimal 148 36 119 0 0.76 0.20 0.42 315.54 0.61 0.36
Hex 94 24 77 0 4C 14 2A 13C 3D 24
Octal 224 44 167 0 114 24 52 474 75 44
Binary 10010100 100100 1110111 0 1001100 10100 101010 100111100 111101 100100

Color Harmonies of #942477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942477

Black with #942477

Text Example


Text Example

White with #942477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942477; }

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

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

background-color css

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

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

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

border-color css

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

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

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