Html Css Color HEX #94227F Dark Purple

📋 copy color: '#94227F'

red 148 ◦ green 34 ◦ blue 127

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

Shades of Dark Purple #94227F

Tints of Dark Purple #94227F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.1%

R = 47.9%
G = 11%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#94227F (or 0x94227F) is known color: Dark Purple. HEX triplet: 94, 22 and 7F. RGB value is (148,34,127). Sum of RGB (Red+Green+Blue) = 148+34+127=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #94227F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94227F is #6BDD80. Grayscale: #4E4E4E. Windows color (decimal): -7069057 or 8331924. OLE color: 8331924.

HSL color Cylindrical-coordinate representation of color #94227F: hue angle of 311.05º 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 #94227F is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 34 127 -
CMYK 0 0.77 0.14 0.42
HSL 311.05º 0.63% 0.36% -
HSV(B) 311.05º 0.77% 0.58% -
XYZ 16.62 8.97 20.93 -
YUV 78.69 155.27 177.44 -
System Red Green Blue C M Y K H S L
Decimal 148 34 127 0 0.77 0.14 0.42 311.05 0.63 0.36
Hex 94 22 7F 0 4D E 2A 137 3F 24
Octal 224 42 177 0 115 16 52 467 77 44
Binary 10010100 100010 1111111 0 1001101 1110 101010 100110111 111111 100100

Color Harmonies of #94227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94227F

Black with #94227F

Text Example


Text Example

White with #94227F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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