Html Css Color HEX #942676 Dark Purple

📋 copy color: '#942676'

red 148 ◦ green 38 ◦ blue 118

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

Shades of Dark Purple #942676

Tints of Dark Purple #942676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.82%

R = 48.68%
G = 12.5%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#942676 (or 0x942676) is known color: Dark Purple. HEX triplet: 94, 26 and 76. RGB value is (148,38,118). Sum of RGB (Red+Green+Blue) = 148+38+118=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #942676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942676 is #6BD989. Grayscale: #4F4F4F. Windows color (decimal): -7068042 or 7743124. OLE color: 7743124.

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

Color convert

RGB 148 38 118 -
CMYK 0 0.74 0.20 0.42
HSL 316.36º 0.59% 0.36% -
HSV(B) 316.36º 0.74% 0.58% -
XYZ 16.18 8.99 18.02 -
YUV 80.01 149.44 176.5 -
System Red Green Blue C M Y K H S L
Decimal 148 38 118 0 0.74 0.20 0.42 316.36 0.59 0.36
Hex 94 26 76 0 4A 14 2A 13C 3B 24
Octal 224 46 166 0 112 24 52 474 73 44
Binary 10010100 100110 1110110 0 1001010 10100 101010 100111100 111011 100100

Color Harmonies of #942676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942676

Black with #942676

Text Example


Text Example

White with #942676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942676; }

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

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

background-color css

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

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

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

border-color css

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

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

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