Html Css Color HEX #942573 Dark Purple

📋 copy color: '#942573'

red 148 ◦ green 37 ◦ blue 115

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

Shades of Dark Purple #942573

Tints of Dark Purple #942573

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.33%

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

R = 49.33%
G = 12.33%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#942573 (or 0x942573) is known color: Dark Purple. HEX triplet: 94, 25 and 73. RGB value is (148,37,115). Sum of RGB (Red+Green+Blue) = 148+37+115=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #942573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942573 is #6BDA8C. Grayscale: #4E4E4E. Windows color (decimal): -7068301 or 7546260. OLE color: 7546260.

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

Color convert

RGB 148 37 115 -
CMYK 0 0.75 0.22 0.42
HSL 317.84º 0.6% 0.36% -
HSV(B) 317.84º 0.75% 0.58% -
XYZ 15.97 8.86 17.09 -
YUV 79.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 148 37 115 0 0.75 0.22 0.42 317.84 0.6 0.36
Hex 94 25 73 0 4B 16 2A 13E 3C 24
Octal 224 45 163 0 113 26 52 476 74 44
Binary 10010100 100101 1110011 0 1001011 10110 101010 100111110 111100 100100

Color Harmonies of #942573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942573

Black with #942573

Text Example


Text Example

White with #942573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942573; }

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

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

background-color css

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

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

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

border-color css

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

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

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