Html Css Color HEX #94276D Dark Purple

📋 copy color: '#94276D'

red 148 ◦ green 39 ◦ blue 109

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

Shades of Dark Purple #94276D

Tints of Dark Purple #94276D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.18%

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

R = 50%
G = 13.18%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#94276D (or 0x94276D) is known color: Dark Purple. HEX triplet: 94, 27 and 6D. RGB value is (148,39,109). Sum of RGB (Red+Green+Blue) = 148+39+109=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #94276D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94276D is #6BD892. Grayscale: #4F4F4F. Windows color (decimal): -7067795 or 7153556. OLE color: 7153556.

HSL color Cylindrical-coordinate representation of color #94276D: hue angle of 321.47º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #94276D is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 39 109 -
CMYK 0 0.74 0.26 0.42
HSL 321.47º 0.58% 0.37% -
HSV(B) 321.47º 0.74% 0.58% -
XYZ 15.7 8.85 15.35 -
YUV 79.57 144.61 176.81 -
System Red Green Blue C M Y K H S L
Decimal 148 39 109 0 0.74 0.26 0.42 321.47 0.58 0.37
Hex 94 27 6D 0 4A 1A 2A 141 3A 25
Octal 224 47 155 0 112 32 52 501 72 45
Binary 10010100 100111 1101101 0 1001010 11010 101010 101000001 111010 100101

Color Harmonies of #94276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94276D

Black with #94276D

Text Example


Text Example

White with #94276D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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