Html Css Color HEX #94367E Dark Purple

📋 copy color: '#94367E'

red 148 ◦ green 54 ◦ blue 126

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

Shades of Dark Purple #94367E

Tints of Dark Purple #94367E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.46%

 BLUE value IS 126 (49.61% from 255) = 38.41%

R = 45.12%
G = 16.46%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#94367E (or 0x94367E) is known color: Dark Purple. HEX triplet: 94, 36 and 7E. RGB value is (148,54,126). Sum of RGB (Red+Green+Blue) = 148+54+126=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #94367E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94367E is #6BC981. Grayscale: #5A5A5A. Windows color (decimal): -7063938 or 8271508. OLE color: 8271508.

HSL color Cylindrical-coordinate representation of color #94367E: hue angle of 314.04º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #94367E is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 54 126 -
CMYK 0 0.64 0.15 0.42
HSL 314.04º 0.47% 0.4% -
HSV(B) 314.04º 0.64% 0.58% -
XYZ 17.3 10.44 20.84 -
YUV 90.31 148.14 169.15 -
System Red Green Blue C M Y K H S L
Decimal 148 54 126 0 0.64 0.15 0.42 314.04 0.47 0.4
Hex 94 36 7E 0 40 F 2A 13A 2F 28
Octal 224 66 176 0 100 17 52 472 57 50
Binary 10010100 110110 1111110 0 1000000 1111 101010 100111010 101111 101000

Color Harmonies of #94367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94367E

Black with #94367E

Text Example


Text Example

White with #94367E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94367E; }

 p { color: rgb(148,54,126); }

 H1.HeaderClassName
 {
   color: #94367E;
 }
 .AnyTagClassName
 {
   color: #94367E;
 }
</style>

background-color css

<style>
 a { background-color: #94367E; }

 a { background-color: rgb(148,54,126); }

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

border-color css

<style>
 span { border-color: #94367E; }

 span { border-color: rgb(148,54,126); }

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