Html Css Color HEX #94296C Dark Purple

📋 copy color: '#94296C'

red 148 ◦ green 41 ◦ blue 108

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

Shades of Dark Purple #94296C

Tints of Dark Purple #94296C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.8%

 BLUE value IS 108 (42.58% from 255) = 36.36%

R = 49.83%
G = 13.8%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#94296C (or 0x94296C) is known color: Dark Purple. HEX triplet: 94, 29 and 6C. RGB value is (148,41,108). Sum of RGB (Red+Green+Blue) = 148+41+108=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #94296C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94296C is #6BD693. Grayscale: #505050. Windows color (decimal): -7067284 or 7088532. OLE color: 7088532.

HSL color Cylindrical-coordinate representation of color #94296C: hue angle of 322.43º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94296C is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 41 108 -
CMYK 0 0.72 0.27 0.42
HSL 322.43º 0.57% 0.37% -
HSV(B) 322.43º 0.72% 0.58% -
XYZ 15.71 8.96 15.09 -
YUV 80.63 143.45 176.05 -
System Red Green Blue C M Y K H S L
Decimal 148 41 108 0 0.72 0.27 0.42 322.43 0.57 0.37
Hex 94 29 6C 0 48 1B 2A 142 39 25
Octal 224 51 154 0 110 33 52 502 71 45
Binary 10010100 101001 1101100 0 1001000 11011 101010 101000010 111001 100101

Color Harmonies of #94296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94296C

Black with #94296C

Text Example


Text Example

White with #94296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,41,108); }

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

background-color css

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

 a { background-color: rgb(148,41,108); }

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

border-color css

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

 span { border-color: rgb(148,41,108); }

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