Html Css Color HEX #941679 Dark Purple

📋 copy color: '#941679'

red 148 ◦ green 22 ◦ blue 121

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

Shades of Dark Purple #941679

Tints of Dark Purple #941679

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.56%

 BLUE value IS 121 (47.66% from 255) = 41.58%

R = 50.86%
G = 7.56%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#941679 (or 0x941679) is known color: Dark Purple. HEX triplet: 94, 16 and 79. RGB value is (148,22,121). Sum of RGB (Red+Green+Blue) = 148+22+121=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #941679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941679 is #6BE986. Grayscale: #464646. Windows color (decimal): -7072135 or 7935636. OLE color: 7935636.

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

Color convert

RGB 148 22 121 -
CMYK 0 0.85 0.18 0.42
HSL 312.86º 0.74% 0.33% -
HSV(B) 312.86º 0.85% 0.58% -
XYZ 15.95 8.25 18.84 -
YUV 70.96 156.24 182.95 -
System Red Green Blue C M Y K H S L
Decimal 148 22 121 0 0.85 0.18 0.42 312.86 0.74 0.33
Hex 94 16 79 0 55 12 2A 139 4A 21
Octal 224 26 171 0 125 22 52 471 112 41
Binary 10010100 10110 1111001 0 1010101 10010 101010 100111001 1001010 100001

Color Harmonies of #941679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941679

Black with #941679

Text Example


Text Example

White with #941679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941679; }

 p { color: rgb(148,22,121); }

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

background-color css

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

 a { background-color: rgb(148,22,121); }

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

border-color css

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

 span { border-color: rgb(148,22,121); }

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