Html Css Color HEX #94337B Dark Purple

📋 copy color: '#94337B'

red 148 ◦ green 51 ◦ blue 123

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

Shades of Dark Purple #94337B

Tints of Dark Purple #94337B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.84%

 BLUE value IS 123 (48.44% from 255) = 38.2%

R = 45.96%
G = 15.84%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#94337B (or 0x94337B) is known color: Dark Purple. HEX triplet: 94, 33 and 7B. RGB value is (148,51,123). Sum of RGB (Red+Green+Blue) = 148+51+123=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 148 - color contains mainly: red. Hex color #94337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94337B is #6BCC84. Grayscale: #585858. Windows color (decimal): -7064709 or 8074132. OLE color: 8074132.

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

Color convert

RGB 148 51 123 -
CMYK 0 0.66 0.17 0.42
HSL 315.46º 0.49% 0.39% -
HSV(B) 315.46º 0.66% 0.58% -
XYZ 16.97 10.09 19.79 -
YUV 88.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 148 51 123 0 0.66 0.17 0.42 315.46 0.49 0.39
Hex 94 33 7B 0 42 11 2A 13B 31 27
Octal 224 63 173 0 102 21 52 473 61 47
Binary 10010100 110011 1111011 0 1000010 10001 101010 100111011 110001 100111

Color Harmonies of #94337B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94337B

Black with #94337B

Text Example


Text Example

White with #94337B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,51,123); }

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

background-color css

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

 a { background-color: rgb(148,51,123); }

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

border-color css

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

 span { border-color: rgb(148,51,123); }

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