Html Css Color HEX #94018B Dark Magenta

📋 copy color: '#94018B'

red 148 ◦ green 1 ◦ blue 139

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

Shades of Dark Magenta #94018B

Tints of Dark Magenta #94018B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 51.39%
G = 0.35%
B = 48.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#94018B (or 0x94018B) is known color: Dark Magenta. HEX triplet: 94, 01 and 8B. RGB value is (148,1,139). Sum of RGB (Red+Green+Blue) = 148+1+139=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #94018B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94018B is #6BFE74. Grayscale: #3C3C3C. Windows color (decimal): -7077493 or 9109908. OLE color: 9109908.

HSL color Cylindrical-coordinate representation of color #94018B: hue angle of 303.67º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94018B is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 1 139 -
CMYK 0 0.99 0.06 0.42
HSL 303.67º 0.99% 0.29% -
HSV(B) 303.67º 0.99% 0.58% -
XYZ 16.88 8.18 25.12 -
YUV 60.69 172.2 190.28 -
System Red Green Blue C M Y K H S L
Decimal 148 1 139 0 0.99 0.06 0.42 303.67 0.99 0.29
Hex 94 1 8B 0 63 6 2A 130 63 1D
Octal 224 1 213 0 143 6 52 460 143 35
Binary 10010100 1 10001011 0 1100011 110 101010 100110000 1100011 11101

Color Harmonies of #94018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94018B

Black with #94018B

Text Example


Text Example

White with #94018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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