Html Css Color HEX #94327A Dark Purple

📋 copy color: '#94327A'

red 148 ◦ green 50 ◦ blue 122

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

Shades of Dark Purple #94327A

Tints of Dark Purple #94327A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.63%

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

R = 46.25%
G = 15.63%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#94327A (or 0x94327A) is known color: Dark Purple. HEX triplet: 94, 32 and 7A. RGB value is (148,50,122). Sum of RGB (Red+Green+Blue) = 148+50+122=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #94327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94327A is #6BCD85. Grayscale: #575757. Windows color (decimal): -7064966 or 8008340. OLE color: 8008340.

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

Color convert

RGB 148 50 122 -
CMYK 0 0.66 0.18 0.42
HSL 315.92º 0.49% 0.39% -
HSV(B) 315.92º 0.66% 0.58% -
XYZ 16.87 9.98 19.45 -
YUV 87.51 147.47 171.15 -
System Red Green Blue C M Y K H S L
Decimal 148 50 122 0 0.66 0.18 0.42 315.92 0.49 0.39
Hex 94 32 7A 0 42 12 2A 13C 31 27
Octal 224 62 172 0 102 22 52 474 61 47
Binary 10010100 110010 1111010 0 1000010 10010 101010 100111100 110001 100111

Color Harmonies of #94327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94327A

Black with #94327A

Text Example


Text Example

White with #94327A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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