Html Css Color HEX #94227D Dark Purple

📋 copy color: '#94227D'

red 148 ◦ green 34 ◦ blue 125

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

Shades of Dark Purple #94227D

Tints of Dark Purple #94227D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.07%

 BLUE value IS 125 (49.22% from 255) = 40.72%

R = 48.21%
G = 11.07%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94227D (or 0x94227D) is known color: Dark Purple. HEX triplet: 94, 22 and 7D. RGB value is (148,34,125). Sum of RGB (Red+Green+Blue) = 148+34+125=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #94227D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94227D is #6BDD82. Grayscale: #4E4E4E. Windows color (decimal): -7069059 or 8200852. OLE color: 8200852.

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

Color convert

RGB 148 34 125 -
CMYK 0 0.77 0.16 0.42
HSL 312.11º 0.63% 0.36% -
HSV(B) 312.11º 0.77% 0.58% -
XYZ 16.49 8.92 20.25 -
YUV 78.46 154.27 177.6 -
System Red Green Blue C M Y K H S L
Decimal 148 34 125 0 0.77 0.16 0.42 312.11 0.63 0.36
Hex 94 22 7D 0 4D 10 2A 138 3F 24
Octal 224 42 175 0 115 20 52 470 77 44
Binary 10010100 100010 1111101 0 1001101 10000 101010 100111000 111111 100100

Color Harmonies of #94227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94227D

Black with #94227D

Text Example


Text Example

White with #94227D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,34,125); }

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

background-color css

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

 a { background-color: rgb(148,34,125); }

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

border-color css

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

 span { border-color: rgb(148,34,125); }

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