Html Css Color HEX #942973 Dark Purple

📋 copy color: '#942973'

red 148 ◦ green 41 ◦ blue 115

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

Shades of Dark Purple #942973

Tints of Dark Purple #942973

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.49%

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

R = 48.68%
G = 13.49%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#942973 (or 0x942973) is known color: Dark Purple. HEX triplet: 94, 29 and 73. RGB value is (148,41,115). Sum of RGB (Red+Green+Blue) = 148+41+115=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #942973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942973 is #6BD68C. Grayscale: #515151. Windows color (decimal): -7067277 or 7547284. OLE color: 7547284.

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

Color convert

RGB 148 41 115 -
CMYK 0 0.72 0.22 0.42
HSL 318.5º 0.57% 0.37% -
HSV(B) 318.5º 0.72% 0.58% -
XYZ 16.1 9.12 17.13 -
YUV 81.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 148 41 115 0 0.72 0.22 0.42 318.5 0.57 0.37
Hex 94 29 73 0 48 16 2A 13F 39 25
Octal 224 51 163 0 110 26 52 477 71 45
Binary 10010100 101001 1110011 0 1001000 10110 101010 100111111 111001 100101

Color Harmonies of #942973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942973

Black with #942973

Text Example


Text Example

White with #942973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942973; }

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

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

background-color css

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

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

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

border-color css

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

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

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