Html Css Color HEX #942476 Dark Purple

📋 copy color: '#942476'

red 148 ◦ green 36 ◦ blue 118

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

Shades of Dark Purple #942476

Tints of Dark Purple #942476

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.92%

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

R = 49.01%
G = 11.92%
B = 39.07%

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

#942476 (or 0x942476) is known color: Dark Purple. HEX triplet: 94, 24 and 76. RGB value is (148,36,118). Sum of RGB (Red+Green+Blue) = 148+36+118=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #942476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942476 is #6BDB89. Grayscale: #4E4E4E. Windows color (decimal): -7068554 or 7742612. OLE color: 7742612.

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

Color convert

RGB 148 36 118 -
CMYK 0 0.76 0.20 0.42
HSL 316.07º 0.61% 0.36% -
HSV(B) 316.07º 0.76% 0.58% -
XYZ 16.11 8.87 18 -
YUV 78.84 150.11 177.33 -
System Red Green Blue C M Y K H S L
Decimal 148 36 118 0 0.76 0.20 0.42 316.07 0.61 0.36
Hex 94 24 76 0 4C 14 2A 13C 3D 24
Octal 224 44 166 0 114 24 52 474 75 44
Binary 10010100 100100 1110110 0 1001100 10100 101010 100111100 111101 100100

Color Harmonies of #942476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942476

Black with #942476

Text Example


Text Example

White with #942476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942476; }

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

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

background-color css

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

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

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

border-color css

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

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

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