Html Css Color HEX #942376 Dark Purple

📋 copy color: '#942376'

red 148 ◦ green 35 ◦ blue 118

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

Shades of Dark Purple #942376

Tints of Dark Purple #942376

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.63%

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

R = 49.17%
G = 11.63%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#942376 (or 0x942376) is known color: Dark Purple. HEX triplet: 94, 23 and 76. RGB value is (148,35,118). Sum of RGB (Red+Green+Blue) = 148+35+118=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #942376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942376 is #6BDC89. Grayscale: #4E4E4E. Windows color (decimal): -7068810 or 7742356. OLE color: 7742356.

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

Color convert

RGB 148 35 118 -
CMYK 0 0.76 0.20 0.42
HSL 315.93º 0.62% 0.36% -
HSV(B) 315.93º 0.76% 0.58% -
XYZ 16.08 8.81 17.99 -
YUV 78.25 150.44 177.75 -
System Red Green Blue C M Y K H S L
Decimal 148 35 118 0 0.76 0.20 0.42 315.93 0.62 0.36
Hex 94 23 76 0 4C 14 2A 13C 3E 24
Octal 224 43 166 0 114 24 52 474 76 44
Binary 10010100 100011 1110110 0 1001100 10100 101010 100111100 111110 100100

Color Harmonies of #942376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942376

Black with #942376

Text Example


Text Example

White with #942376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942376; }

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

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

background-color css

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

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

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

border-color css

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

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

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