Html Css Color HEX #942072 Dark Purple

📋 copy color: '#942072'

red 148 ◦ green 32 ◦ blue 114

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

Shades of Dark Purple #942072

Tints of Dark Purple #942072

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.88%

 BLUE value IS 114 (44.92% from 255) = 38.78%

R = 50.34%
G = 10.88%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#942072 (or 0x942072) is known color: Dark Purple. HEX triplet: 94, 20 and 72. RGB value is (148,32,114). Sum of RGB (Red+Green+Blue) = 148+32+114=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #942072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942072 is #6BDF8D. Grayscale: #4B4B4B. Windows color (decimal): -7069582 or 7479444. OLE color: 7479444.

HSL color Cylindrical-coordinate representation of color #942072: hue angle of 317.59º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #942072 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 32 114 -
CMYK 0 0.78 0.23 0.42
HSL 317.59º 0.64% 0.35% -
HSV(B) 317.59º 0.78% 0.58% -
XYZ 15.77 8.54 16.74 -
YUV 76.03 149.43 179.33 -
System Red Green Blue C M Y K H S L
Decimal 148 32 114 0 0.78 0.23 0.42 317.59 0.64 0.35
Hex 94 20 72 0 4E 17 2A 13E 40 23
Octal 224 40 162 0 116 27 52 476 100 43
Binary 10010100 100000 1110010 0 1001110 10111 101010 100111110 1000000 100011

Color Harmonies of #942072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942072

Black with #942072

Text Example


Text Example

White with #942072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942072; }

 p { color: rgb(148,32,114); }

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

background-color css

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

 a { background-color: rgb(148,32,114); }

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

border-color css

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

 span { border-color: rgb(148,32,114); }

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