Html Css Color HEX #94328B Dark Purple

📋 copy color: '#94328B'

red 148 ◦ green 50 ◦ blue 139

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

Shades of Dark Purple #94328B

Tints of Dark Purple #94328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.25%

R = 43.92%
G = 14.84%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#94328B (or 0x94328B) is known color: Dark Purple. HEX triplet: 94, 32 and 8B. RGB value is (148,50,139). Sum of RGB (Red+Green+Blue) = 148+50+139=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #94328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94328B is #6BCD74. Grayscale: #595959. Windows color (decimal): -7064949 or 9122452. OLE color: 9122452.

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

Color convert

RGB 148 50 139 -
CMYK 0 0.66 0.06 0.42
HSL 305.51º 0.49% 0.39% -
HSV(B) 305.51º 0.66% 0.58% -
XYZ 18.01 10.44 25.49 -
YUV 89.45 155.97 169.76 -
System Red Green Blue C M Y K H S L
Decimal 148 50 139 0 0.66 0.06 0.42 305.51 0.49 0.39
Hex 94 32 8B 0 42 6 2A 132 31 27
Octal 224 62 213 0 102 6 52 462 61 47
Binary 10010100 110010 10001011 0 1000010 110 101010 100110010 110001 100111

Color Harmonies of #94328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94328B

Black with #94328B

Text Example


Text Example

White with #94328B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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