Html Css Color HEX #94246F Dark Purple

📋 copy color: '#94246F'

red 148 ◦ green 36 ◦ blue 111

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

Shades of Dark Purple #94246F

Tints of Dark Purple #94246F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.2%

 BLUE value IS 111 (43.75% from 255) = 37.63%

R = 50.17%
G = 12.2%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#94246F (or 0x94246F) is known color: Dark Purple. HEX triplet: 94, 24 and 6F. RGB value is (148,36,111). Sum of RGB (Red+Green+Blue) = 148+36+111=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #94246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94246F is #6BDB90. Grayscale: #4D4D4D. Windows color (decimal): -7068561 or 7283860. OLE color: 7283860.

HSL color Cylindrical-coordinate representation of color #94246F: hue angle of 319.82º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #94246F is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 36 111 -
CMYK 0 0.76 0.25 0.42
HSL 319.82º 0.61% 0.36% -
HSV(B) 319.82º 0.76% 0.58% -
XYZ 15.71 8.71 15.89 -
YUV 78.04 146.61 177.9 -
System Red Green Blue C M Y K H S L
Decimal 148 36 111 0 0.76 0.25 0.42 319.82 0.61 0.36
Hex 94 24 6F 0 4C 19 2A 140 3D 24
Octal 224 44 157 0 114 31 52 500 75 44
Binary 10010100 100100 1101111 0 1001100 11001 101010 101000000 111101 100100

Color Harmonies of #94246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94246F

Black with #94246F

Text Example


Text Example

White with #94246F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94246F; }

 p { color: rgb(148,36,111); }

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

background-color css

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

 a { background-color: rgb(148,36,111); }

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

border-color css

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

 span { border-color: rgb(148,36,111); }

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