Html Css Color HEX #94067B Dark Magenta

📋 copy color: '#94067B'

red 148 ◦ green 6 ◦ blue 123

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

Shades of Dark Magenta #94067B

Tints of Dark Magenta #94067B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

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

R = 53.43%
G = 2.17%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#94067B (or 0x94067B) is known color: Dark Magenta. HEX triplet: 94, 06 and 7B. RGB value is (148,6,123). Sum of RGB (Red+Green+Blue) = 148+6+123=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #94067B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94067B is #6BF984. Grayscale: #3D3D3D. Windows color (decimal): -7076229 or 8062612. OLE color: 8062612.

HSL color Cylindrical-coordinate representation of color #94067B: hue angle of 310.56º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #94067B is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 6 123 -
CMYK 0 0.96 0.17 0.42
HSL 310.56º 0.92% 0.3% -
HSV(B) 310.56º 0.96% 0.58% -
XYZ 15.85 7.86 19.42 -
YUV 61.8 162.54 189.49 -
System Red Green Blue C M Y K H S L
Decimal 148 6 123 0 0.96 0.17 0.42 310.56 0.92 0.3
Hex 94 6 7B 0 60 11 2A 137 5C 1E
Octal 224 6 173 0 140 21 52 467 134 36
Binary 10010100 110 1111011 0 1100000 10001 101010 100110111 1011100 11110

Color Harmonies of #94067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94067B

Black with #94067B

Text Example


Text Example

White with #94067B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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