Html Css Color HEX #942273 Dark Purple

📋 copy color: '#942273'

red 148 ◦ green 34 ◦ blue 115

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

Shades of Dark Purple #942273

Tints of Dark Purple #942273

RGB

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

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

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

R = 49.83%
G = 11.45%
B = 38.72%

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

#942273 (or 0x942273) is known color: Dark Purple. HEX triplet: 94, 22 and 73. RGB value is (148,34,115). Sum of RGB (Red+Green+Blue) = 148+34+115=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #942273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942273 is #6BDD8C. Grayscale: #4D4D4D. Windows color (decimal): -7069069 or 7545492. OLE color: 7545492.

HSL color Cylindrical-coordinate representation of color #942273: hue angle of 317.37º 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 #942273 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 34 115 -
CMYK 0 0.77 0.22 0.42
HSL 317.37º 0.63% 0.36% -
HSV(B) 317.37º 0.77% 0.58% -
XYZ 15.88 8.68 17.06 -
YUV 77.32 149.27 178.41 -
System Red Green Blue C M Y K H S L
Decimal 148 34 115 0 0.77 0.22 0.42 317.37 0.63 0.36
Hex 94 22 73 0 4D 16 2A 13D 3F 24
Octal 224 42 163 0 115 26 52 475 77 44
Binary 10010100 100010 1110011 0 1001101 10110 101010 100111101 111111 100100

Color Harmonies of #942273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942273

Black with #942273

Text Example


Text Example

White with #942273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942273; }

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

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

background-color css

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

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

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

border-color css

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

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

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