Html Css Color HEX #942077 Dark Purple

📋 copy color: '#942077'

red 148 ◦ green 32 ◦ blue 119

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

Shades of Dark Purple #942077

Tints of Dark Purple #942077

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.7%

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

R = 49.5%
G = 10.7%
B = 39.8%

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

#942077 (or 0x942077) is known color: Dark Purple. HEX triplet: 94, 20 and 77. RGB value is (148,32,119). Sum of RGB (Red+Green+Blue) = 148+32+119=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #942077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942077 is #6BDF88. Grayscale: #4C4C4C. Windows color (decimal): -7069577 or 7807124. OLE color: 7807124.

HSL color Cylindrical-coordinate representation of color #942077: hue angle of 315º 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 #942077 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 32 119 -
CMYK 0 0.78 0.20 0.42
HSL 315º 0.64% 0.35% -
HSV(B) 315º 0.78% 0.58% -
XYZ 16.06 8.66 18.28 -
YUV 76.6 151.93 178.93 -
System Red Green Blue C M Y K H S L
Decimal 148 32 119 0 0.78 0.20 0.42 315 0.64 0.35
Hex 94 20 77 0 4E 14 2A 13B 40 23
Octal 224 40 167 0 116 24 52 473 100 43
Binary 10010100 100000 1110111 0 1001110 10100 101010 100111011 1000000 100011

Color Harmonies of #942077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942077

Black with #942077

Text Example


Text Example

White with #942077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942077; }

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

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

background-color css

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

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

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

border-color css

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

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

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