Html Css Color HEX #942274 Dark Purple

📋 copy color: '#942274'

red 148 ◦ green 34 ◦ blue 116

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

Shades of Dark Purple #942274

Tints of Dark Purple #942274

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.41%

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

R = 49.66%
G = 11.41%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#942274 (or 0x942274) is known color: Dark Purple. HEX triplet: 94, 22 and 74. RGB value is (148,34,116). Sum of RGB (Red+Green+Blue) = 148+34+116=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #942274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942274 is #6BDD8B. Grayscale: #4D4D4D. Windows color (decimal): -7069068 or 7611028. OLE color: 7611028.

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

Color convert

RGB 148 34 116 -
CMYK 0 0.77 0.22 0.42
HSL 316.84º 0.63% 0.36% -
HSV(B) 316.84º 0.77% 0.58% -
XYZ 15.94 8.7 17.36 -
YUV 77.43 149.77 178.33 -
System Red Green Blue C M Y K H S L
Decimal 148 34 116 0 0.77 0.22 0.42 316.84 0.63 0.36
Hex 94 22 74 0 4D 16 2A 13D 3F 24
Octal 224 42 164 0 115 26 52 475 77 44
Binary 10010100 100010 1110100 0 1001101 10110 101010 100111101 111111 100100

Color Harmonies of #942274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942274

Black with #942274

Text Example


Text Example

White with #942274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942274; }

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

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

background-color css

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

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

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

border-color css

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

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

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