Html Css Color HEX #94337C Dark Purple

📋 copy color: '#94337C'

red 148 ◦ green 51 ◦ blue 124

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

Shades of Dark Purple #94337C

Tints of Dark Purple #94337C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.79%

 BLUE value IS 124 (48.83% from 255) = 38.39%

R = 45.82%
G = 15.79%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94337C (or 0x94337C) is known color: Dark Purple. HEX triplet: 94, 33 and 7C. RGB value is (148,51,124). Sum of RGB (Red+Green+Blue) = 148+51+124=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 148 - color contains mainly: red. Hex color #94337C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94337C is #6BCC83. Grayscale: #585858. Windows color (decimal): -7064708 or 8139668. OLE color: 8139668.

HSL color Cylindrical-coordinate representation of color #94337C: hue angle of 314.85º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #94337C is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 51 124 -
CMYK 0 0.66 0.16 0.42
HSL 314.85º 0.49% 0.39% -
HSV(B) 314.85º 0.66% 0.58% -
XYZ 17.03 10.12 20.12 -
YUV 88.33 148.14 170.56 -
System Red Green Blue C M Y K H S L
Decimal 148 51 124 0 0.66 0.16 0.42 314.85 0.49 0.39
Hex 94 33 7C 0 42 10 2A 13B 31 27
Octal 224 63 174 0 102 20 52 473 61 47
Binary 10010100 110011 1111100 0 1000010 10000 101010 100111011 110001 100111

Color Harmonies of #94337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94337C

Black with #94337C

Text Example


Text Example

White with #94337C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94337C; }

 p { color: rgb(148,51,124); }

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

background-color css

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

 a { background-color: rgb(148,51,124); }

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

border-color css

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

 span { border-color: rgb(148,51,124); }

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