Html Css Color HEX #94256D Dark Purple

📋 copy color: '#94256D'

red 148 ◦ green 37 ◦ blue 109

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

Shades of Dark Purple #94256D

Tints of Dark Purple #94256D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.59%

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

R = 50.34%
G = 12.59%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#94256D (or 0x94256D) is known color: Dark Purple. HEX triplet: 94, 25 and 6D. RGB value is (148,37,109). Sum of RGB (Red+Green+Blue) = 148+37+109=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #94256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94256D is #6BDA92. Grayscale: #4E4E4E. Windows color (decimal): -7068307 or 7153044. OLE color: 7153044.

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

Color convert

RGB 148 37 109 -
CMYK 0 0.75 0.26 0.42
HSL 321.08º 0.6% 0.36% -
HSV(B) 321.08º 0.75% 0.58% -
XYZ 15.63 8.72 15.33 -
YUV 78.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 148 37 109 0 0.75 0.26 0.42 321.08 0.6 0.36
Hex 94 25 6D 0 4B 1A 2A 141 3C 24
Octal 224 45 155 0 113 32 52 501 74 44
Binary 10010100 100101 1101101 0 1001011 11010 101010 101000001 111100 100100

Color Harmonies of #94256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94256D

Black with #94256D

Text Example


Text Example

White with #94256D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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