Html Css Color HEX #942473 Dark Purple

📋 copy color: '#942473'

red 148 ◦ green 36 ◦ blue 115

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

Shades of Dark Purple #942473

Tints of Dark Purple #942473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.46%

R = 49.5%
G = 12.04%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#942473 (or 0x942473) is known color: Dark Purple. HEX triplet: 94, 24 and 73. RGB value is (148,36,115). Sum of RGB (Red+Green+Blue) = 148+36+115=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #942473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942473 is #6BDB8C. Grayscale: #4E4E4E. Windows color (decimal): -7068557 or 7546004. OLE color: 7546004.

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

Color convert

RGB 148 36 115 -
CMYK 0 0.76 0.22 0.42
HSL 317.68º 0.61% 0.36% -
HSV(B) 317.68º 0.76% 0.58% -
XYZ 15.94 8.8 17.08 -
YUV 78.49 148.61 177.58 -
System Red Green Blue C M Y K H S L
Decimal 148 36 115 0 0.76 0.22 0.42 317.68 0.61 0.36
Hex 94 24 73 0 4C 16 2A 13E 3D 24
Octal 224 44 163 0 114 26 52 476 75 44
Binary 10010100 100100 1110011 0 1001100 10110 101010 100111110 111101 100100

Color Harmonies of #942473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942473

Black with #942473

Text Example


Text Example

White with #942473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942473; }

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

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

background-color css

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

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

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

border-color css

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

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

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