Html Css Color HEX #942A74 Dark Purple

📋 copy color: '#942A74'

red 148 ◦ green 42 ◦ blue 116

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

Shades of Dark Purple #942A74

Tints of Dark Purple #942A74

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.73%

 BLUE value IS 116 (45.7% from 255) = 37.91%

R = 48.37%
G = 13.73%
B = 37.91%

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

#942A74 (or 0x942A74) is known color: Dark Purple. HEX triplet: 94, 2A and 74. RGB value is (148,42,116). Sum of RGB (Red+Green+Blue) = 148+42+116=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #942A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942A74 is #6BD58B. Grayscale: #515151. Windows color (decimal): -7067020 or 7613076. OLE color: 7613076.

HSL color Cylindrical-coordinate representation of color #942A74: hue angle of 318.11º degrees, saturation: 0.56, 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 #942A74 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 42 116 -
CMYK 0 0.72 0.22 0.42
HSL 318.11º 0.56% 0.37% -
HSV(B) 318.11º 0.72% 0.58% -
XYZ 16.19 9.21 17.45 -
YUV 82.13 147.12 174.98 -
System Red Green Blue C M Y K H S L
Decimal 148 42 116 0 0.72 0.22 0.42 318.11 0.56 0.37
Hex 94 2A 74 0 48 16 2A 13E 38 25
Octal 224 52 164 0 110 26 52 476 70 45
Binary 10010100 101010 1110100 0 1001000 10110 101010 100111110 111000 100101

Color Harmonies of #942A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942A74

Black with #942A74

Text Example


Text Example

White with #942A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942A74; }

 p { color: rgb(148,42,116); }

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

background-color css

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

 a { background-color: rgb(148,42,116); }

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

border-color css

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

 span { border-color: rgb(148,42,116); }

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