Html Css Color HEX #950694 Dark Magenta

📋 copy color: '#950694'

red 149 ◦ green 6 ◦ blue 148

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

Shades of Dark Magenta #950694

Tints of Dark Magenta #950694

RGB

 RED value IS 149 (58.59% from 255) = 49.17%

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

 BLUE value IS 148 (58.2% from 255) = 48.84%

R = 49.17%
G = 1.98%
B = 48.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#950694 (or 0x950694) is known color: Dark Magenta. HEX triplet: 95, 06 and 94. RGB value is (149,6,148). Sum of RGB (Red+Green+Blue) = 149+6+148=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #950694 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950694 is #6AF96B. Grayscale: #404040. Windows color (decimal): -7010668 or 9701013. OLE color: 9701013.

HSL color Cylindrical-coordinate representation of color #950694: hue angle of 300.42º 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 #950694 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 6 148 -
CMYK 0 0.96 0.01 0.42
HSL 300.42º 0.92% 0.3% -
HSV(B) 300.42º 0.96% 0.58% -
XYZ 17.8 8.66 28.75 -
YUV 64.95 174.88 187.95 -
System Red Green Blue C M Y K H S L
Decimal 149 6 148 0 0.96 0.01 0.42 300.42 0.92 0.3
Hex 95 6 94 0 60 1 2A 12C 5C 1E
Octal 225 6 224 0 140 1 52 454 134 36
Binary 10010101 110 10010100 0 1100000 1 101010 100101100 1011100 11110

Color Harmonies of #950694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950694

Black with #950694

Text Example


Text Example

White with #950694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950694; }

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

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

background-color css

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

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

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

border-color css

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

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

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