Html Css Color HEX #9C0694 Dark Magenta

📋 copy color: '#9C0694'

red 156 ◦ green 6 ◦ blue 148

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

Shades of Dark Magenta #9C0694

Tints of Dark Magenta #9C0694

RGB

 RED value IS 156 (61.33% from 255) = 50.32%

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

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

R = 50.32%
G = 1.94%
B = 47.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#9C0694 (or 0x9C0694) is known color: Dark Magenta. HEX triplet: 9C, 06 and 94. RGB value is (156,6,148). Sum of RGB (Red+Green+Blue) = 156+6+148=310 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.32% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 148 (58.20% from 255 or 47.74% from 310); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0694 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0694 is #63F96B. Grayscale: #424242. Windows color (decimal): -6551916 or 9701020. OLE color: 9701020.

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

Color convert

RGB 156 6 148 -
CMYK 0 0.96 0.05 0.39
HSL 303.2º 0.93% 0.32% -
HSV(B) 303.2º 0.96% 0.61% -
XYZ 19.12 9.34 28.81 -
YUV 67.04 173.7 191.45 -
System Red Green Blue C M Y K H S L
Decimal 156 6 148 0 0.96 0.05 0.39 303.2 0.93 0.32
Hex 9C 6 94 0 60 5 27 12F 5D 20
Octal 234 6 224 0 140 5 47 457 135 40
Binary 10011100 110 10010100 0 1100000 101 100111 100101111 1011101 100000

Color Harmonies of #9C0694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0694

Black with #9C0694

Text Example


Text Example

White with #9C0694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C0694; }

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

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

background-color css

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

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

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

border-color css

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

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

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