Html Css Color HEX #94246D Dark Purple

📋 copy color: '#94246D'

red 148 ◦ green 36 ◦ blue 109

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

Shades of Dark Purple #94246D

Tints of Dark Purple #94246D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.2%

R = 50.51%
G = 12.29%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#94246D (or 0x94246D) is known color: Dark Purple. HEX triplet: 94, 24 and 6D. RGB value is (148,36,109). Sum of RGB (Red+Green+Blue) = 148+36+109=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #94246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94246D is #6BDB92. Grayscale: #4D4D4D. Windows color (decimal): -7068563 or 7152788. OLE color: 7152788.

HSL color Cylindrical-coordinate representation of color #94246D: hue angle of 320.89º 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 #94246D is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 36 109 -
CMYK 0 0.76 0.26 0.42
HSL 320.89º 0.61% 0.36% -
HSV(B) 320.89º 0.76% 0.58% -
XYZ 15.6 8.66 15.32 -
YUV 77.81 145.61 178.06 -
System Red Green Blue C M Y K H S L
Decimal 148 36 109 0 0.76 0.26 0.42 320.89 0.61 0.36
Hex 94 24 6D 0 4C 1A 2A 141 3D 24
Octal 224 44 155 0 114 32 52 501 75 44
Binary 10010100 100100 1101101 0 1001100 11010 101010 101000001 111101 100100

Color Harmonies of #94246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94246D

Black with #94246D

Text Example


Text Example

White with #94246D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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