Html Css Color HEX #942679 Dark Purple

📋 copy color: '#942679'

red 148 ◦ green 38 ◦ blue 121

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

Shades of Dark Purple #942679

Tints of Dark Purple #942679

RGB

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

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

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

R = 48.21%
G = 12.38%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#942679 (or 0x942679) is known color: Dark Purple. HEX triplet: 94, 26 and 79. RGB value is (148,38,121). Sum of RGB (Red+Green+Blue) = 148+38+121=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #942679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942679 is #6BD986. Grayscale: #505050. Windows color (decimal): -7068039 or 7939732. OLE color: 7939732.

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

Color convert

RGB 148 38 121 -
CMYK 0 0.74 0.18 0.42
HSL 314.73º 0.59% 0.36% -
HSV(B) 314.73º 0.74% 0.58% -
XYZ 16.36 9.06 18.98 -
YUV 80.35 150.94 176.25 -
System Red Green Blue C M Y K H S L
Decimal 148 38 121 0 0.74 0.18 0.42 314.73 0.59 0.36
Hex 94 26 79 0 4A 12 2A 13B 3B 24
Octal 224 46 171 0 112 22 52 473 73 44
Binary 10010100 100110 1111001 0 1001010 10010 101010 100111011 111011 100100

Color Harmonies of #942679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942679

Black with #942679

Text Example


Text Example

White with #942679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942679; }

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

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

background-color css

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

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

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

border-color css

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

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

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