Html Css Color HEX #942772 Dark Purple

📋 copy color: '#942772'

red 148 ◦ green 39 ◦ blue 114

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

Shades of Dark Purple #942772

Tints of Dark Purple #942772

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.96%

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

R = 49.17%
G = 12.96%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#942772 (or 0x942772) is known color: Dark Purple. HEX triplet: 94, 27 and 72. RGB value is (148,39,114). Sum of RGB (Red+Green+Blue) = 148+39+114=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #942772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942772 is #6BD88D. Grayscale: #4F4F4F. Windows color (decimal): -7067790 or 7481236. OLE color: 7481236.

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

Color convert

RGB 148 39 114 -
CMYK 0 0.74 0.23 0.42
HSL 318.72º 0.58% 0.37% -
HSV(B) 318.72º 0.74% 0.58% -
XYZ 15.98 8.96 16.81 -
YUV 80.14 147.11 176.4 -
System Red Green Blue C M Y K H S L
Decimal 148 39 114 0 0.74 0.23 0.42 318.72 0.58 0.37
Hex 94 27 72 0 4A 17 2A 13F 3A 25
Octal 224 47 162 0 112 27 52 477 72 45
Binary 10010100 100111 1110010 0 1001010 10111 101010 100111111 111010 100101

Color Harmonies of #942772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942772

Black with #942772

Text Example


Text Example

White with #942772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942772; }

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

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

background-color css

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

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

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

border-color css

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

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

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