Html Css Color HEX #94089C Dark Magenta

📋 copy color: '#94089C'

red 148 ◦ green 8 ◦ blue 156

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

Shades of Dark Magenta #94089C

Tints of Dark Magenta #94089C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.56%

 BLUE value IS 156 (61.33% from 255) = 50%

R = 47.44%
G = 2.56%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#94089C (or 0x94089C) is known color: Dark Magenta. HEX triplet: 94, 08 and 9C. RGB value is (148,8,156). Sum of RGB (Red+Green+Blue) = 148+8+156=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #94089C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94089C is #6BF763. Grayscale: #424242. Windows color (decimal): -7075684 or 10225812. OLE color: 10225812.

HSL color Cylindrical-coordinate representation of color #94089C: hue angle of 296.76º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #94089C is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 8 156 -
CMYK 0.05 0.95 0 0.39
HSL 296.76º 0.9% 0.32% -
HSV(B) 296.76º 0.95% 0.61% -
XYZ 18.3 8.87 32.2 -
YUV 66.73 178.38 185.97 -
System Red Green Blue C M Y K H S L
Decimal 148 8 156 0.05 0.95 0 0.39 296.76 0.9 0.32
Hex 94 8 9C 5 5F 0 27 129 5A 20
Octal 224 10 234 5 137 0 47 451 132 40
Binary 10010100 1000 10011100 101 1011111 0 100111 100101001 1011010 100000

Color Harmonies of #94089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94089C

Black with #94089C

Text Example


Text Example

White with #94089C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94089C; }

 p { color: rgb(148,8,156); }

 H1.HeaderClassName
 {
   color: #94089C;
 }
 .AnyTagClassName
 {
   color: #94089C;
 }
</style>

background-color css

<style>
 a { background-color: #94089C; }

 a { background-color: rgb(148,8,156); }

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

border-color css

<style>
 span { border-color: #94089C; }

 span { border-color: rgb(148,8,156); }

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