Html Css Color HEX #94387A Dark Purple

📋 copy color: '#94387A'

red 148 ◦ green 56 ◦ blue 122

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

Shades of Dark Purple #94387A

Tints of Dark Purple #94387A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.18%

 BLUE value IS 122 (48.05% from 255) = 37.42%

R = 45.4%
G = 17.18%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#94387A (or 0x94387A) is known color: Dark Purple. HEX triplet: 94, 38 and 7A. RGB value is (148,56,122). Sum of RGB (Red+Green+Blue) = 148+56+122=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #94387A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94387A is #6BC785. Grayscale: #5A5A5A. Windows color (decimal): -7063430 or 8009876. OLE color: 8009876.

HSL color Cylindrical-coordinate representation of color #94387A: hue angle of 316.96º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #94387A is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 56 122 -
CMYK 0 0.62 0.18 0.42
HSL 316.96º 0.45% 0.4% -
HSV(B) 316.96º 0.62% 0.58% -
XYZ 17.14 10.53 19.54 -
YUV 91.03 145.48 168.63 -
System Red Green Blue C M Y K H S L
Decimal 148 56 122 0 0.62 0.18 0.42 316.96 0.45 0.4
Hex 94 38 7A 0 3E 12 2A 13D 2D 28
Octal 224 70 172 0 76 22 52 475 55 50
Binary 10010100 111000 1111010 0 111110 10010 101010 100111101 101101 101000

Color Harmonies of #94387A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94387A

Black with #94387A

Text Example


Text Example

White with #94387A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94387A; }

 p { color: rgb(148,56,122); }

 H1.HeaderClassName
 {
   color: #94387A;
 }
 .AnyTagClassName
 {
   color: #94387A;
 }
</style>

background-color css

<style>
 a { background-color: #94387A; }

 a { background-color: rgb(148,56,122); }

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

border-color css

<style>
 span { border-color: #94387A; }

 span { border-color: rgb(148,56,122); }

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