Html Css Color HEX #94328A Dark Purple

📋 copy color: '#94328A'

red 148 ◦ green 50 ◦ blue 138

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

Shades of Dark Purple #94328A

Tints of Dark Purple #94328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.07%

R = 44.05%
G = 14.88%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#94328A (or 0x94328A) is known color: Dark Purple. HEX triplet: 94, 32 and 8A. RGB value is (148,50,138). Sum of RGB (Red+Green+Blue) = 148+50+138=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #94328A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94328A is #6BCD75. Grayscale: #595959. Windows color (decimal): -7064950 or 9056916. OLE color: 9056916.

HSL color Cylindrical-coordinate representation of color #94328A: hue angle of 306.12º 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 #94328A is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 50 138 -
CMYK 0 0.66 0.07 0.42
HSL 306.12º 0.49% 0.39% -
HSV(B) 306.12º 0.66% 0.58% -
XYZ 17.94 10.41 25.11 -
YUV 89.33 155.47 169.84 -
System Red Green Blue C M Y K H S L
Decimal 148 50 138 0 0.66 0.07 0.42 306.12 0.49 0.39
Hex 94 32 8A 0 42 7 2A 132 31 27
Octal 224 62 212 0 102 7 52 462 61 47
Binary 10010100 110010 10001010 0 1000010 111 101010 100110010 110001 100111

Color Harmonies of #94328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94328A

Black with #94328A

Text Example


Text Example

White with #94328A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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