Html Css Color HEX #94267D Dark Purple

📋 copy color: '#94267D'

red 148 ◦ green 38 ◦ blue 125

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

Shades of Dark Purple #94267D

Tints of Dark Purple #94267D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.22%

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

R = 47.59%
G = 12.22%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94267D (or 0x94267D) is known color: Dark Purple. HEX triplet: 94, 26 and 7D. RGB value is (148,38,125). Sum of RGB (Red+Green+Blue) = 148+38+125=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #94267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94267D is #6BD982. Grayscale: #505050. Windows color (decimal): -7068035 or 8201876. OLE color: 8201876.

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

Color convert

RGB 148 38 125 -
CMYK 0 0.74 0.16 0.42
HSL 312.55º 0.59% 0.36% -
HSV(B) 312.55º 0.74% 0.58% -
XYZ 16.61 9.16 20.3 -
YUV 80.81 152.94 175.93 -
System Red Green Blue C M Y K H S L
Decimal 148 38 125 0 0.74 0.16 0.42 312.55 0.59 0.36
Hex 94 26 7D 0 4A 10 2A 139 3B 24
Octal 224 46 175 0 112 20 52 471 73 44
Binary 10010100 100110 1111101 0 1001010 10000 101010 100111001 111011 100100

Color Harmonies of #94267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94267D

Black with #94267D

Text Example


Text Example

White with #94267D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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