Html Css Color HEX #942671 Dark Purple

📋 copy color: '#942671'

red 148 ◦ green 38 ◦ blue 113

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

Shades of Dark Purple #942671

Tints of Dark Purple #942671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.71%

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

R = 49.5%
G = 12.71%
B = 37.79%

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

#942671 (or 0x942671) is known color: Dark Purple. HEX triplet: 94, 26 and 71. RGB value is (148,38,113). Sum of RGB (Red+Green+Blue) = 148+38+113=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #942671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942671 is #6BD98E. Grayscale: #4F4F4F. Windows color (decimal): -7068047 or 7415444. OLE color: 7415444.

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

Color convert

RGB 148 38 113 -
CMYK 0 0.74 0.24 0.42
HSL 319.09º 0.59% 0.36% -
HSV(B) 319.09º 0.74% 0.58% -
XYZ 15.89 8.87 16.5 -
YUV 79.44 146.94 176.9 -
System Red Green Blue C M Y K H S L
Decimal 148 38 113 0 0.74 0.24 0.42 319.09 0.59 0.36
Hex 94 26 71 0 4A 18 2A 13F 3B 24
Octal 224 46 161 0 112 30 52 477 73 44
Binary 10010100 100110 1110001 0 1001010 11000 101010 100111111 111011 100100

Color Harmonies of #942671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942671

Black with #942671

Text Example


Text Example

White with #942671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942671; }

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

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

background-color css

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

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

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

border-color css

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

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

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